Re: Modal Dialog problems Jdk1.1.6v5 Jdk1.1.4, etc..

1998-10-19 Thread Igor Slepchin
There used to be a bug in JDK that caused the JVM to hang when you opened a modal dialog from within a synchronized block (there was an article on this on JDC bug reports). I think they've fixed it though. --- Igor Juan Carlos Zuluaga wrote: > > Hello everybody: > > Somebody knows why Java ap

Re: IDE for Linux.

1998-10-13 Thread Igor Slepchin
xemacs + JDE (http://www.sunsite.auc.dk/jde/) is the best IDE available IMHO. It's not a GUI builder, though. --- Igor Eduard Boukhman wrote: > > Hi! > > Which free IDE for Linux you can recommend for developing application in Java > with Swing ? > Thanks.

Re: 116v2-glibc problems

1998-06-19 Thread Igor Slepchin
Works for me on RedHat 4.2 libc. Are sure you have that native library in your LD_LIBRARY_PATH? BTW, as far as I understand, 116v2 is a libc only port and was not tested with glibc. --- Igor Slepchin Louis-David Mitterrand wrote: > > After trying out the 116v2-glibc there seems to

Re: Is there a linux java editing tool

1998-06-04 Thread Igor Slepchin
What is viper? Thanks, Igor Felix Morley Finch wrote: > > Forgive me my weakness... > > >>In article <[EMAIL PROTECTED]>, >[EMAIL PROTECTED] writes: > > > does anyone know an ide add-on for vi, nvi, or vim? > > I guess something similiar to JDE? > > xemacs + viper + jde > > :-) :-) :-) >

Java debugger under Linux

1998-05-14 Thread Igor Slepchin
Can anybody recommend a good java debugger that is available under Linux (jdb is way too primitive and inefficient)? Free ones have preference :) Thanks, Igor Slepchin