Re: UnsatisfiedLinkErr in JNI

1999-07-06 Thread Matthias Pfisterer
Sorry, your error description is not very clear. Perhaps it's best to include code the next time. But a guess what can be the problem: JNI requires additional characters in the signature if methods are overloaded. Perhaps you have such overloaded methods, but did not use the modified signature in

FW: rxtx home page has moved. (fwd)

1999-07-06 Thread alx
aha! -- Forwarded message -- Date: Tue, 6 Jul 1999 08:00:42 -0700 From: Kevin Hester <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>, 'chris baubert' <[EMAIL PROTECTE

Re: [Java Servlets: getting started on Linux]

1999-07-06 Thread Nick Lawson
Hi, The servlet development kit is not in Suns JDK 2 - you have to download it separately. To have java & javac, etc. pick it up, copy servlet.jar to jdk/jre/lib/ext/ If you want to use the demo httpserver, also copy the server.jar to this directory. See jdk/docs/guide/extensions/index.html for t

Re: javamail

1999-07-06 Thread Oliver Fels
> i have downloaded javamail1.1.2 zipfile and in the README it has > given only the installation of the programs for only solaris and windows > platform and where can i get the same for linux. Not having played with JavaMail API yet, I would assume you get the Solaris package, extract the

javamail

1999-07-06 Thread R MUTHUSWAMY
hi all, i have downloaded javamail1.1.2 zipfile and in the README it has given only the installation of the programs for only solaris and windows platform and where can i get the same for linux. bye, MUTHU. -- To UNS

Re: favorite code beautifiers?

1999-07-06 Thread Tony Dean
Hi! I'm usually a vi kind of guy but I find that the auto indent and Java support features available for XEmacs work fine for me. > Any suggestions for nice code beautifiers (for java)?  Beautifiers > written in java would, of course, be preferred, but as long as it runs > under linux (C/C++/wha

UnsatisfiedLinkErr in JNI

1999-07-06 Thread Yuwin Fei
Hi, I got an UnsatisfiedLinkErr exception in calling a second native method from Java (not a nested JNI call). I checked signature of the method and made sure they're consistent in both sides. It still happens. Anyone know what this error really means? Is there a limitation as to how many nati

Re: JVMDI ( Calvin perhaps ? )

1999-07-06 Thread Nathan Meyers
jools enticknap wrote: > Looking at the sparc release it appears to require the following shared > libs; > > libdt_socket.so > libjdwp.so > > So I guess I need to code for these libraries. As in... code replacements for these libraries, or code around them? Assuming you don't want to build

Re: favorite code beautifiers?

1999-07-06 Thread jools enticknap
> >Hendrik Schreiber wrote: > > Michael Thome wrote: > > > > > Any suggestions for nice code beautifiers (for java)? Beautifiers > > > written in java would, of course, be preferred, but as long as it runs > > > under linux (C/C++/whatever)... > >Artistic Style was quite nice. > >-- >Rachel Chec

Re: [Java Servlets: getting started on Linux]

1999-07-06 Thread Yuwin Fei
I'll answer the ones that I can: First, you can't find servlet classes in your rcompile. Set your CLASSPATH like this: set CLASSPATH=..://servlet.jar Secondly, Netscape is coming up with a new Enterprise Server supporting the latest servlets (JSDK2.1). -- Yueying Pat Tra

Re: JVMDI ( Calvin perhaps ? )

1999-07-06 Thread jools enticknap
>jools enticknap wrote: > > > > Hi > > > > I was wondering if anyone can shed any light on how SUN are going to >license > > the JVMDI code. > > > > I've loocked around on the Community license web page, but failed to >locate > > anything. > > > > I noticed we currently have the header file in

Re: favorite code beautifiers?

1999-07-06 Thread Rachel Greenham
Hendrik Schreiber wrote: > Michael Thome wrote: > > > Any suggestions for nice code beautifiers (for java)? Beautifiers > > written in java would, of course, be preferred, but as long as it runs > > under linux (C/C++/whatever)... Artistic Style was quite nice. -- Rachel ---

Re: JVMDI ( Calvin perhaps ? )

1999-07-06 Thread Nathan Meyers
jools enticknap wrote: > > Hi > > I was wondering if anyone can shed any light on how SUN are going to license > the JVMDI code. > > I've loocked around on the Community license web page, but failed to locate > anything. > > I noticed we currently have the header file in the 1.2 release, but a

AWT/Motif issues: Segfault

1999-07-06 Thread Oliver Fels
Ok, I am giving up on it... Using JDK1.2 prev1 and v2, we ran in a strange problem. Everytime an applet or application is started, whenever some awt stuff is used, the whole JRE segfaults like this: SIGSEGV 11* segmentation violation stackpointer=0x417b3c98 Full thread dump Classic

JVMDI ( Calvin perhaps ? )

1999-07-06 Thread jools enticknap
Hi I was wondering if anyone can shed any light on how SUN are going to license the JVMDI code. I've loocked around on the Community license web page, but failed to locate anything. I noticed we currently have the header file in the 1.2 release, but alas there is no library to accompany it.

Re: favorite code beautifiers?

1999-07-06 Thread Hendrik Schreiber
Hi! You might want to try Jindent http://www.c-lab.de/~jindent/ or JStyle http://gene.md.huji.ac.il/~tald/jstyle/ -hendrik - - - - - - - - - - - - - - - - - - - - - - - - - - - The WebApp Frameworkhttp://www.webapp.de/ jo! small&smart 2.1 servletengine Persistence

favorite code beautifiers?

1999-07-06 Thread Michael Thome
Any suggestions for nice code beautifiers (for java)? Beautifiers written in java would, of course, be preferred, but as long as it runs under linux (C/C++/whatever)... Our use is as a documentation tool, so it is not critical that the output be compilable (e.g. colors, faces, fonts are ok, as

Re: AW: javacomm

1999-07-06 Thread Thomas M. Sasala
You need to get the Solaris implementation of the CommAPI and RXTX. RXTX now combines Kevin's port with the native serial calls from Trent. You still need the CommAPI for Solaris though. -T "Nolte, Holger" wrote: > > This is what the faq on that side says: > > A: We

Re: javacomm

1999-07-06 Thread Thomas M. Sasala
Trent's site is the only place I know where RXTX exists. I could be wrong though. CommAPI is available here: http://www.javasoft.com/products/javacomm/index.html If you can't find RXTX on the net, let me know and I can email it to you - about 132K zipped (who knows how big mi

Re: jdk1.2---JIT..?

1999-07-06 Thread Matthias Pfisterer
"½ÅÇöÀÏ" wrote: > > HI.. > I'm a Korean student.. > I installed JDK1.2 on linux.. > run java classfile > then I meet "Warning JIT compiler "symcjit" not found. Will use > interpreter" message. > but 'root' don't meet this message. > normal users meet this message. > any idea? Seems to be