it turned out that 1.0 still needed servlet.jar client side *if* the client
is java1.4, but not on previous versions. That is now fixed in CVS. You dont
need j2ee.
----- Original Message -----
From: "Dave Wolf" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 16, 2002 8:45 AM
Subject: RE: Is there a 'thinner' client runtime?
All I do is
Service service = new Service();
Here is the stack:
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/servlet/ServletContext
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:1613)
at java.lang.Class.getMethod0(Class.java:1732)
at java.lang.Class.getDeclaredMethod(Class.java:1219)
at