Re: Problem with 1.3 and J2EE1.2.1(solved)

2001-06-28 Thread Eric Richardson
Eric Richardson wrote: > > Hi, > A few days ago I installed on Debian 2.2 the j2sdk1.3 from the debian > file. > > $ java -version > java version "1.3.0" > Java(TM) 2 Runtime Environment, Standard Edition (build > Blackdown-1.3.0-FCS) > Java HotSpot(TM) Client VM (build Blackdown-1.3.0-FCS, mixe

Re: Installing JRE 1.3.1 on CF-device (Compaq Ipaq)

2001-06-28 Thread Juergen Kreileder
On Wed, 27 Jun 2001, Jøran Barkhald Sandberg wrote: > I'm new to this list, and I don't know if this has been discussed > earlier. I tried searching the archives, but didn't find it there. > > My question is about the possibilities of installing Blackdown 1.3.1 > on a CF pcmcia storage device o

JNI and i386

2001-06-28 Thread Valerio Ferrucci
Hi, I installed the jdk and jre 1.3.0 on a i386 (RedHat 7.0). The installation seems to be ok, I tried the "Hello" class example and all seems ok. I have some problem loading the JVM in my C app (jni). When I call dlopen on libjvm.so (in classic) I get an error: undefined symbol pthread_sig_ma

Re: Linux Java IDEs

2001-06-28 Thread Cynthia Jeness
I do both client-side Swing and server-side development and I use Emacs+JDE plus Ant for automating the build process and CVS as my code repository.  Even on the client-side, I question whether IDE's aid productivity.  I think that IDE's are a throw back to the days when people had to develop GUI

AW: Linux Java IDEs

2001-06-28 Thread Bruno Randolf
aside from emacs - does anybody know about open soure java editor projects which offer things like syntax highlighting, package management, code completion and cvs integration? actually these are all the features i would want, it doesnt need to have gui editors or other vb-like stuff... thanks &