day, June 13, 2000 2:26 AM
Subject: Help me with JavaWebServer and Java 2
> Hi:
>
> I hav an applet in Java 2 (jdk1.2.2). When I try to run with Java Web
> Server 2.0, the JWS send me an error:
> 500 Internal Server Error
> > The servlet named invoker at the requested URL
> &
Hi Ferdinand
JWS2.0 ships with JDK1.1.7b and you are calling a 1.2.2 method. You need
to run JWS with the njre option and point it at your JDK1.2.2
installation.
Chris
On Mon, 12 Jun 2000 17:26:09 -0600, Fernand Gonzalez wrote:
>Hi:
>
>I hav an applet in Java 2 (jdk1.2.2). When I try to ru
Hi:
I hav an applet in Java 2 (jdk1.2.2). When I try to run with Java Web
Server 2.0, the JWS send me an error:
500 Internal Server Error
> The servlet named invoker at the requested URL
>
> http://127.0.0.1:8080/servlet/sertvletTest
> reported this exception: javax/swing/table/DefaultTableMod