Ynt: Help me with JavaWebServer and Java 2

2000-06-15 Thread Murat Can Ganiz
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 > &

Re: Help me with JavaWebServer and Java 2

2000-06-13 Thread Brevsville Administrator
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

Help me with JavaWebServer and Java 2

2000-06-12 Thread Fernand Gonzalez
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