|
Hi Steve, > Jon, > > maybe you have a ccsid mismatch problem. In that case the code would not have compiled as he indicated in > > This compiles just fine but produces: To comment on the last message in the thread you posted, javac expects source code to be either ISO 8859-1 or Unicode encoded ( "\u" + 4 digit Unicode hex for each character. ) You can use javac with the -encoding option or, better, run native2ascii on the source before compiling to get around it. Still, it's almost always better to stick to ISO 8859-1 ( ASCII is a subset ) and never hardcode strings in different encodings. Joe Sam Joe Sam Shirah - http://www.conceptgo.com conceptGO - Consulting/Development/Outsourcing Java Filter Forum: http://www.ibm.com/developerworks/java/ Just the JDBC FAQs: http://www.jguru.com/faq/JDBC Going International? http://www.jguru.com/faq/I18N Que Java400? http://www.jguru.com/faq/Java400 ----- Original Message ----- From: "Steve Richter" <stephenrichter@xxxxxxxxx> To: "Java Programming on and around the iSeries / AS400" <java400-l@xxxxxxxxxxxx> Sent: Tuesday, May 31, 2005 11:39 AM Subject: Re: Dumb Question > Jon, > > maybe you have a ccsid mismatch problem. > > http://groups-beta.google.com/group/comp.sys.ibm.as400.misc/messages/02d6c73a3f339b00,da94cc6b2f28ec67,ef6f9a135eee7826,a9e8e46452591935,c06c29b96aeecc3f,cb54b56a4aa2d130,1d09ee90b9d2392a,39459af453a2b8e1?hl=en&thread_id=9c8a069436d5f41b&mode=thread&noheader=1&q=java+steve&_done=%2Fgroup%2Fcomp.sys.ibm.as400.misc%2Fbrowse_frm%2Fthread%2F9c8a069436d5f41b%2Fef6f9a135eee7826%3Fq%3Djava+steve%26rnum%3D3%26hl%3Den%26#doc_02d6c73a3f339b00 > > http://groups-beta.google.com/group/comp.sys.ibm.as400.misc/msg/1d09ee90b9d2392a?hl=en > > > On 5/28/05, Jon Paris <Jon.Paris@xxxxxxxxxxxxxx> wrote: > > 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
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.