|
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 Partner400 www.Partner400.com www.RPGWorld.com
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.