Re: invoking jvm with c

2000-10-11 Thread Sreenivas Gummadidala
hai Juergen thanx for ur reply, when i compile the program after changing this line Juergen Kreileder > you have to use JavaVMInitArgs instead of JDK1_1InitArgs. gcc -O -I/usr/local/j2sdk1.3/include -I/usr/local/j2sdk1.3/include/linux/ -L/usr/local/j2sdk1.3/jre/lib/i386/class

Re: invoking jvm with c

2000-10-10 Thread Juergen Kreileder
> "Sreenivas" == Sreenivas Gummadidala <[EMAIL PROTECTED]> writes: Sreenivas> thanx in advance for ur reply , i wanna a programme to Sreenivas> run which is there in jdk1.2.2 tutorial from sun , java Sreenivas> native interface, invoking jvm . i have j2sdk1.3 Sreenivas> black

invoking jvm with c

2000-10-10 Thread Sreenivas Gummadidala
thanx in advance for ur reply , i wanna a programme to run which is there in jdk1.2.2 tutorial from sun , java native interface, invoking jvm . i have j2sdk1.3 blackdowns java on redhat6.1 , i am compiling it with $ gcc -O -I/usr/local/j2sdk1.3/include -I/usr/local/j2sdk1.3/include/