Servlet

2000-02-01 Thread Roger Smith
I have written a servlet yjay invokes an applet to communicate with a database. I am using Java Web server 2.0, and when I start the servlet from the browser, I get this error at the bottom of my Netscape window: applet machine class machine could not be loaded. Also when I try to acces my host:

RE: Java-Linux I18N Tutorial

2000-02-01 Thread Lee_Xing
Hi Renzo: Thank you for the information you put together. It helps. Regards, Lee -Original Message- From: Renzo Pecoraro [mailto:[EMAIL PROTECTED]] Sent: Monday, January 31, 2000 2:14 AM To: [EMAIL PROTECTED] Subject: Java-Linux I18N Tutorial All - I started a little Java-Linux I1

Re: VMs with processor specific code generation

2000-02-01 Thread Chris Abbey
At 17:42 2/1/00 +0100, Wolfgang Hoschek wrote: >Does anyone know whether there are any VMs out there that generate CPU >specific machine code? >Eg. detect a PentiumIII and issue approprate prefetch instructions, etc. >If so, is there material available describing how far such CPU specific >support

Another JCE Question...

2000-02-01 Thread Robert J. Hansen
Howdy again, y'all, and forgive yet another JDK/JCE question. I grabbed an open implementation of the Sun JCE from http://www.openjce.org (it supplies the Twofish algorithm, which I need). Untarring it presented with a whole bunch of files. At any rate, in /home/rjhansen/jce-aba-1.1/lib-1.2 the

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread Nathan Meyers
On Tue, Feb 01, 2000 at 10:55:00PM +, Ekkehard Kraemer wrote: > Hello Clyde, > > cj>So despite what the install README says; assuming an install > cj>directory of /usr/local/jdk1.2.2, the env variables need to be set to: > cj> > cj>PATH=$PATH:/usr/local/jdk1.2.2/bin: > cj>CLASSPATH=/usr/loca

No swing classes

2000-02-01 Thread Jack Jensen
I'm having a problem here with the swing classes. All of the console apps and awt applets seem to be working alright, but none of the applications or applets using swing are compiling. I'm new at this so it could be a config error somewhere, I've downloaded the self-installing file from 3 diffe

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread Ekkehard Kraemer
Hello Clyde, cj>So despite what the install README says; assuming an install cj>directory of /usr/local/jdk1.2.2, the env variables need to be set to: cj> cj>PATH=$PATH:/usr/local/jdk1.2.2/bin: cj>CLASSPATH=/usr/local/jdk1.2.2/jre/:. cj>JAVA_HOME=/usr/local/jdk1.2.2 Sorry, this is not correct.

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread clyde jones
Thanks - that did the trick. I needed to set CLASSPATH to CLASSPATH=/usr/local/jdk1.2.2/jre/:. So if I understand this correctly, I got the error because the local directory was NOT in the CLASSPATH; so java could not find the class I created in my program and threw that exception. So d

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread Jason Blair
You don't need classes.zip or rt.jar in your classpath, but you do need the directory containing your HelloWorldApp program in your classpath. Hope this helps. jason clyde jones wrote: > Nope this didn't work - I still get the same error. > > $ java HelloWorldApp > Exception in thread "main"

VMs with processor specific code generation

2000-02-01 Thread Wolfgang Hoschek
Does anyone know whether there are any VMs out there that generate CPU specific machine code? Eg. detect a PentiumIII and issue approprate prefetch instructions, etc. If so, is there material available describing how far such CPU specific support goes? Thanks, Wolfgang.

Re: installation help - error on running java no classes.zip?

2000-02-01 Thread clyde jones
Nope this didn't work - I still get the same error. $ java HelloWorldApp Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldApp I installed the Netbeans IDE which requires that JAVA_HOME and CLASSPATH be set. I still get the same error if I unset them. I will ask blackdown