dropped RMI objects

1999-12-16 Thread Justin Lee
rategic java process, the defunct ones disappear. The main culprit seems to be the rmiregistry. Anyone know anything about this? If it helps, I turned off the JIT ( -Djava.compiler= ). ( btw, I'm also submitting this to the blackdown jitterbug. ) -- Justin Lee "Vergoofin der flicke

Re: Sun/Inprise/GPL Linux JDK

1999-12-08 Thread Justin Lee
a b wrote: > Hi > > I wonder what would happen if any of the Blackdown developers had put a GPL > license in any part of their code fixes? > > How would that affect Sun's Community Source license? Aparat from the fact that such an act is illegal according to the non-commercial license agreement,

Re: java2native

1999-12-01 Thread Justin Lee
i couldn´t find documentation for it... > maybe there´s even nobody who uses it ...?! Are you looking for gcj? The URL is http://sourceware.cygnus.com/java. HTH. -- Justin Lee | Attempts to tour without a guide will only get you lost. JEDI | To take the bait will open the gate. Dec

Re: Problem in running Jdk1.2.2rc2 Demo on redhat 6.1

1999-11-30 Thread Justin Lee
without X running. Any graphics references require X to be running. IIRC, any AWT class requires X. -- Justin Lee - "The Internet and mp3s have taken a lot of bands out of the garage that never should have left." -

Re: Linux & ADSL

1999-11-17 Thread Justin Lee
s not their problem and they do not provide > support for Linux. Has anyone seen this behavior and/or knows some > pointers? Not to be hard-nosed about it, but this doesn't really deal with java-linux issues. -- Justin Lee | What is economic status, and tell me what is race? JED

Re: Working with many .java files jikes Compiler

1999-07-30 Thread Justin Lee
Jikes may have fixed this ( I think I heard it has to do with sloppy spec conformance on the part of Sun/Symantec ) but I don't know for sure. We're using jikes 0.47 and I think that's outdated. -- Justin Lee | It's not the weight of the ston

Re: Change Timezone

1999-07-30 Thread Justin Lee
; though that by changing in in Linux it would change the JDK too. Is there an > export I have to set up? > > Thanks in advance We had similar problems. Try this cal = Calendar.getInstance( TimeZone.getTimeZone( "EST" ) ) ; -- Justin Lee | It's not the weight of the

Re: Working with many .java files

1999-07-30 Thread Justin Lee
get a ; or mistype a variable. We use make to great advantage. Our system has ~1000 java files and make reduces compile time dramatically. ( We use jikes, too, so that helps. ) Using production rules, make will only compile a java file when the timestamp on the .java file is later than the t

Re: An idea for Java / KDE or GNOME integration

1999-07-02 Thread Justin Lee
but their desktop looks like it was built by a bunch of left-brained scientists who have no lives. Techincally it's a nice system, but aesthetically leaves me wanting more. But that's another discussion altogether. -- Justin Lee | Does is really matter how far you go? JEDI | Can you

Re: Modal JDialog never returns (Bug?)

1999-06-29 Thread Justin Lee
"Thomas M. Sasala" wrote: > > Using -green seems to fix both problems. RH6.0 and > jdk 1.2prev2. 1.1.7v3 uses green by default( I understand ) and it failed for me consistently. -- To UNSUBSCRIBE, email to [EMAIL PROT

Re: Modal JDialog never returns (Bug?)

1999-06-29 Thread Justin Lee
;Please enter: ", > > "Modal not returning", > > JOptionPane.QUESTION_MESSAGE); > > > > System.out.println("SUCCESS: str=" + str); > > } > > } > > ---------- > > > > Could anybody try on his/her machine if it works t

Re: jdk1.2pre-v2

1999-06-03 Thread Justin Lee
Bruno Boettcher wrote: > thanks! downloading... > but unfortunately still no glibc2.1 build even if the subdirs are > present... I was a little bummed about that, but since we haven't upgraded to 2.1 yet at work, that's not an issue yet. btw, good job SBB, et. al. -- J

jdk1.2pre-v2

1999-06-03 Thread Justin Lee
I'm surprised no one's mentioned it yet ( maybe I missed it ), but pre-v2 is on the mirrors in case anyone's interested. -- Justin Lee | Freedom means love without condition, JEDI | Without a beginning or an end. --

Re: When

1999-01-19 Thread Justin Lee
Has anyoune tried running Java 2 under Wine? -- Justin Lee | Freedom means love without condition, JEDI | Without a beginning or an end.

Re: Do we need an installer-chooser?

1999-01-16 Thread Justin Lee
at might make the process even more puzzling :). > Why not use a javascript check on the web page, saying here is the archive for your specific platform? ( In addition to links to the others if you also grabbing the versions for other platforms. ) -- Justin Lee | It's not the

Re: [FYI] Java violates US patent?

1998-12-07 Thread Justin Lee
ource code is compiled into a binary format rather than the engligh-esque nature of other intrepreted languages. -- Justin Lee | Does is really matter how far you go? JEDI | Can you get some sleep, now, standing on so many toes?

Mouse cursors

1998-09-22 Thread Justin Lee
r construction so that it will inherit any changes it to its parent's mouse cursor but I haven't had a chance to look at it yet.  Does anyone have any idea?  Thanks. --  Justin Lee  | It's not the weight of the stone that's holding you down. JEDI    | It's the way it fascinates your mind.  -- Tourniquet  

Re: Delete all class files

1998-09-15 Thread Justin Lee
"Its hard to play pin the tail on the donkey when its running     around kicking you." -- Illinois Little Lotto radio commercial I like to use rm `find . -name *.class`.  This will execute the find and output its response which just happens to be the input to rm. --  Justin Lee