Re: question about running jdb on redhat linux 7

2001-01-09 Thread Stephan Jaensch
Hi, On Tue, 09 Jan 2001 18:31:01 [EMAIL PROTECTED] wrote: > Hi, I cannot run jdb under linux, after I input 'step', jdb seems hung > there > (there's no output, whatever i input), I don't know why. I tried jdb > under > DOS, and it's ok. Try the JDKs from Sun or IBM, they seem to work OK. Ciao

question about running jdb on redhat linux 7

2001-01-09 Thread wen_dong
Hi, I cannot run jdb under linux, after I input 'step', jdb seems hung there (there's no output, whatever i input), I don't know why. I tried jdb under DOS, and it's ok. Has anyone met with the same problem with me? How to solve this problem? One further question: How do you debug java under li

Re: JNI problem

2001-01-09 Thread Paul Mclachlan
At 1:20 01 Jan 2001 +0530, Dushyanth Harinath wrote: > Iam trying to use a existing c library and build a java based interface for > it.I have written a java program for this and created the corresponding > header file and i have also written a c file to execute the native methods. > while compi

JNI problem

2001-01-09 Thread Dushyanth Harinath
Ho guys, Iam trying to use a existing c library and build a java based interface for it.I have written a java program for this and created the corresponding header file and i have also written a c file to execute the native methods. while compiling through gcc it doesnt give me any errors and the