|
David, I tried with an absolute path, relative path and what you now suggested, but it keeps on complaining. Also defining the class as default in the JAR, and doing a java -jar MyJar.jar gives a NoClassDefFoundError... but strangely about MyClass ? This means it finds the JAR, otherwise it would never know which was the default class in it... Kind regards, Paul ----- Oorspronkelijk bericht ----- Van: David Gibbs [mailto:david@xxxxxxxxxxxx] Verzonden: donderdag, april 6, 2006 04:34 PM Aan: 'Java Programming on and around the iSeries / AS400' Onderwerp: Re: NoClassDefFoundError with jar files Paul Nicolay wrote: > I just installed JDK 5.0 on iSeries, and now when I create a Java > class, make a JAR of it, and type "java -cp MyJar.jar MyClass" I get > a NoClassDefFoundError on MyClass ? The MyClass is however present in > MyJar.jar ? Also if I map the IFS folder to my PC, and execute the > same command from my PC, everything goes fine. Are you sure the path reference to the jar file is correct? If the jar file is in your current directory, try referencing it as "./myjar.jar". david
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.