Hi all,
I'm trying to run the tutorial example on
http://www.doc.ic.ac.uk/csg/java/1.3...ivation.1.html
but when starting the server I always get a ClassNotFoundException :
Exception in thread "main" java.lang.NoClassDefFoundError:
examples/activation/Setup
All classes including stub and skeleton are located at :
j:/app/prj/activation/classes
This is how I start the Setup :
C:\>J:\app\lib\j2sdk-1.3.1_06\bin\java
-Djava.security.policy=j:/app/prj/activation/policy
-Djava.rmi.server.codebase=file:///j:/app/prj/activation/classes/
examples.activation.Setup
What am I doing wrong here? Please help me with this one.
Kind regard and thanks for reading