Re: RC4 - what it is about?

2000-01-29 Thread Nathan Meyers
Jacob Nikom wrote: > > Nathan, > > Thank you very much for your message - the information > about graphical debugger was very important for me. > I have problem with JBuilder installation - famous "No > free memory" message, so I thought I could use javadt. > > Unfortunately, when I tried to us

Re: SunJCE, JDK-1.2.2RC4 -- problems finding it

2000-01-29 Thread Nathan Meyers
"Robert J. Hansen" wrote: > > Howdy, all. Word from On High at work says that we're moving to Java > for our work, which is causing this old C++ programmer a little bit of > consternation. But hey, spraining your brain is good exercise. :) > > The particular problem I'm facing is trying to ge

SunJCE, JDK-1.2.2RC4 -- problems finding it

2000-01-29 Thread Robert J. Hansen
Howdy, all. Word from On High at work says that we're moving to Java for our work, which is causing this old C++ programmer a little bit of consternation. But hey, spraining your brain is good exercise. :) The particular problem I'm facing is trying to get Sun's JCE to play nice with the Linux

Re: information to get started

2000-01-29 Thread Jacob Nikom
Have you looked at http://java.sun.com/docs/books/tutorial/ Also, look at http://www.javalinux.net/ about development environments Jacob Nikom "Joe T." wrote: > > hello > Ive been planning on learning java development for a > couple weeks now and im getting pretty sick of just > sitting arou

Re: RC4 - what it is about?

2000-01-29 Thread Jacob Nikom
Nathan, Thank you very much for your message - the information about graphical debugger was very important for me. I have problem with JBuilder installation - famous "No free memory" message, so I thought I could use javadt. Unfortunately, when I tried to use 'javadt' I could not find any docume

Re: RC4 - what it is about?

2000-01-29 Thread Nathan Meyers
Jacob Nikom wrote: > > Is it simply bug fixing release? At least... but there are some important breakthroughs. A look at the README shows that some longstanding problems have been addressed: - The "incompatible raster" problems have been fixed, allowing Swing/AWT apps to run on many more X ser

information to get started

2000-01-29 Thread Joe T.
hello Ive been planning on learning java development for a couple weeks now and im getting pretty sick of just sitting around -- id like to get started :P I picked up Just Java 2 from Sun and Pure Java 2 from Sams..both of which, IMO, werent very good books at all. Just Java trys to explain the

Re: RC4 - what it is about?

2000-01-29 Thread Jacob Nikom
Is it simply bug fixing release? Jacob Nikom Nathan Meyers wrote: > > Peter Graves wrote: > > > > Blackdown 1.2.2 RC4 is up on ftp.tux.org: > > > > ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4 > > > > Also in that directory: the debut of the JDK1.2 Java plug-in for > Netscape! > > Nathan >

problems with JIT in RC4

2000-01-29 Thread Miloslaw Smyk
Hi, I've installed RC4 on my potato box today and noticed that CPU intensive applets slowed down to a crawl. For example, one of them was eating about 14% of CPU time in RC3 with sunwjit active and now it eats 100%. In fact it looks like switching JIT _off_ in RC4 gives me more speed!? Anyone ca

Re: RC4

2000-01-29 Thread karl
Sparclinux too. Karl Peter Graves <[EMAIL PROTECTED]> writes: > Blackdown 1.2.2 RC4 is up on ftp.tux.org: > > ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4 > > -Peter > http://armedbear.org > > > -- > To UNSUBSCRIBE, email

Re: RC4

2000-01-29 Thread Nathan Meyers
Peter Graves wrote: > > Blackdown 1.2.2 RC4 is up on ftp.tux.org: > > ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4 > Also in that directory: the debut of the JDK1.2 Java plug-in for Netscape! Nathan > -Peter > http://armedbear.org > > ---

RC4

2000-01-29 Thread Peter Graves
Blackdown 1.2.2 RC4 is up on ftp.tux.org: ftp://ftp.tux.org/java/JDK-1.2.2/i386/rc4 -Peter http://armedbear.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECT

Re: Threads

2000-01-29 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > > Hello, > I'm using JDK1.2.2 and Suze6.2. > Can someone tell me how I can use the option "green threads" of VM instead > "native threads"? You can either specify it with the command that runs the JVM: java -green ... or set it in the environment: export THREADS

Linux port of JNI Shared Stubs Examples

2000-01-29 Thread Weiqi Gao
Hi, For those of you who's familiar with Sheng Liang's JNI book, you might find the attached file interesting. It is my attempt at porting the JNI Shared Stubs Examples to Linux/x86. Could someone please tested it out and see if it works ("It worked on my machine(TM)"). I did this to learn the