|
Jon,
java -cp ./classes TestClass
My directories would look something like this:
ProjectA ->src ->classes
Hope this helps, even thought it is not directly related to iSeries
I am having trouble getting _any_ Java code to run on my iSeries
I have reduced the java to a tiny class i.e.
public class TestClass { public TestClass() { }
public static void main(String args[]) { System.out.println("Welcome to class TestClass"); } }
This compiles just fine but produces:
java TestClass java.lang.NoClassDefFoundError: TestClass java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:85) java/lang/Error.<init>(Ljava/lang/String;)V+1 (Error.java:41) java/lang/NoClassDefFoundError.<init>(Ljava/lang/String;)V+1 (NoClassDefFoundError.java:38)
When I try and run it.
I haven't a clue what is wrong and therefore no idea where to look - can anyone suggest anything
Jon Paris
Dave Murvin DRM Enterprises, Inc.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.