Re: javac parser bug in blackdown jdk?

2000-08-04 Thread Alexander Davydenko
argument, if I change b.test to a.b.test the > program compiles normally. > Any comments? > > > -- dimitris >mailto:[EMAIL PROTECTED] > > > ------ > To UNSUBSCRIBE, email to [EMAIL PROTECTED] >

Re: Debugger

1999-10-13 Thread Alexander Davydenko
obust. Cheers. -- Alexander Davydenko | [EMAIL PROTECTED], [EMAIL PROTECTED] | Moscow, USSR - <<<<&

Re: How can I setup a Chinese Java on Linux? [locale]

1999-08-21 Thread Alexander Davydenko
jdk1.1.6. It seems all versions jdk after that one, grab modmap settings on startup and freeze it forever. I think it's buggy. Cheers. -- Alexander Davydenko | [EMAIL PROTECTED], [E

Re: File or class transfer over tcpip

1999-08-03 Thread Alexander Davydenko
ble(); i think it must return 0, (if it actually not overloaded) > System.out.println("Available: " + avail); > byte[] data = new byte[avail]; Cheers. -- Alexander Davydenko | [EMAIL PROTECT

Re: How to print a GUI

1999-07-15 Thread Alexander Davydenko
> > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] You can try to use PSGraphics or P

Re: Swing 1.0.3

1998-10-20 Thread Alexander Davydenko
Troy Wu wrote: > On Mon, 19 Oct 1998, Miguel Mateos Lopez wrote: > > I have some problems with the file swing.jar. When I compile an example, > the compiler returns errors. It doesn't find out included packages in > swing.jar. CLASSPATH is OK. > > Are you putting the full classpath

Re: JAVA Error

1998-10-13 Thread Alexander Davydenko
MAIL PROTECTED]>... User unknown Last-Attempt-Date: Tue, 13 Oct 1998 13:19:17 +0400 Subject: Re: JAVA Error Date: Tue, 13 Oct 1998 13:18:20 +0400 From: Alexander Davydenko <[EMAIL PROTECTED]> To: Syed Mubin <[EMAIL

Re: Java and CVS

1998-10-06 Thread Alexander Davydenko
Travis Shirk wrote: > (1) I don't want CVS to try and merge .class > files and put file(s) cvsignore in the working dir and under all subdirs in the package hierarchy. > (2) people working with the repository should need to do a cvs add > on only the source file and not the new .class file. t

Re: Trouble JDK 1.1.6 + HOTJAVA

1998-10-02 Thread Alexander Davydenko
Michael Sinz wrote: > If that is the only Java VM on your system, then it should not cause > a problem. However, setting this can lead to problems if you install > a new JDK to try it and forget to unset it. :) i have 3 versions installed. Just use link to what i want. > With so many different

Re: Where Can I find libBrokenLocale.so ?

1998-10-02 Thread Alexander Davydenko
[EMAIL PROTECTED] wrote: > Is the source code available, because I have Slackware 3.5 not RHL. > If you have trouble with fonts, try to play with a font.properties.? file for your locale. It was solving a problem for me. I've never needed that lib. -- Cheers. Alexander

Re: Trouble JDK 1.1.6 + HOTJAVA

1998-10-02 Thread Alexander Davydenko
> > > * You DO NOT need to set JAVA_HOME. Doing so can be bad for your health > > What makes you think HotJava needs JAVA_HOME? Look at the launching script. I > think you need to set JDK_HOME (or JRE_HOME) but not JAVA_HOME, but the script > is the final arbiter. I can't catch a thought... W

Re: Need help with initial Java setup

1998-10-02 Thread Alexander Davydenko
> Michael> Netscape does equally complex stuff. It tries to find > Michael> itself (and there is a setting but I forgot what it was) > Michael> and once it does, it does even more by automatically > Michael> adding *all* jar files in the directory where it stores > Michael> it

Re: Versioning -- Linux JDK needs your HELP!

1998-09-25 Thread Alexander Davydenko
Steve Byrne wrote: > We need three simple pieces of > information from you: > > 1) Your system's libc version libc.so.5 -> libc.so.5.4.44 > > 2) Your system's libdl version libdl.so.1 -> libdl.so.1.9.9 > > 3) Whether you had to remove libc and libdl to make Java work for you yes. It was remo

test jikes

1998-07-23 Thread Alexander Davydenko
code: { Object o=Finding.detect(this,new UnaryPredicate() { 23: public boolean execute(Object o) { return ((Field)o).GetTag().charAt(0)!='0'; } }); if(o==null) throw new NoSuchElementException("No primary field."); return (Field)o; } jikes output:

Re: Classpath help

1998-05-25 Thread Alexander Davydenko
> ? I need some help configuring my classpath. > ? I can javac on file it works fine ie: > ? javac hello.java > ? this creates the .class file. It may be usefull a common solution to use -d option in javac command.Just create a directory named myclass and do compile all class files in it. Someth

Re: Debian Java howto

1998-05-20 Thread Alexander Davydenko
Paul Reavis wrote: > ? May it be prefere to maintain a .deb package? > > There is already a maintainer, I believe, but release issues and time > make it hard to keep the .deb up with the absolute most current > JDK release. > > For example, apparently the 1.1.5v7 release requires a version of gli

Re: Debian Java howto

1998-05-20 Thread Alexander Davydenko
Paul Reavis wrote: > I'd like to volunteer to start and maintain some documentation on > installing and running the java JDK port under Debian. May it be prefere to maintain a .deb package? -- Cheers. Alexander

Re: tya 06 + jdk_1.1.5_v7?

1998-05-19 Thread Alexander Davydenko
Nelson Minar wrote: > Does tya06 work with sbb's latest port of the JDK, 1.1.5_v7? TYA's > configure script breaks when it tries to detect the Java version, but > if you hack it so that it sees Byrne JDK 1.1.5 libc and use the same > bit of configuration that's used for the version that matches >