Re: jdk1.2 problem

1999-05-24 Thread Glenn Wiens
Thanks -- I guess I'll poke around some more. Or maybe try another download from a different i386 mirror. - Glenn --- Emilian URSU <[EMAIL PROTECTED]> wrote: > > I can't tell you what the error is, yet > but on my system the compile was ok. > I put it at www.lspvs.sorosis.ro/~emilian > _

Re: jdk1.2 problem

1999-05-24 Thread Emilian URSU
I can't tell you what the error is, yet but on my system the compile was ok. I put it at www.lspvs.sorosis.ro/~emilian On Sun, 23 May 1999, Glenn Wiens wrote: > The following code compiles with only a "deprecated" > warning under jdk1.2 for Windows98: > > #

jdk1.2 problem

1999-05-23 Thread Glenn Wiens
The following code compiles with only a "deprecated" warning under jdk1.2 for Windows98: ### import java.awt.*; import java.io.*; import java.util.*; public class problem extends java.applet.Applet { Button execute_button; TextArea output; public vo

Creation of VM in jdk1.2 problem

1999-04-26 Thread Derek Ross
Hi, I was wondering if someone could help me, I adapted this code from some on Sun's website and it compiles fine, however it never creates the Virtual machine. I was wondering if anyone can tell me why? Derek Ross #include "jni.h" #include main() { JavaVMInitArgs vm_args; JavaVMOption opti