|
-----Original Message-----[mailto:java400-l-bounces@xxxxxxxxxxxx]
From: java400-l-bounces@xxxxxxxxxxxx
On Behalf Of Mark Walter[mailto:java400-l-bounces@xxxxxxxxxxxx]
Sent: Monday, March 30, 2009 10:09 AM
To: Java Programming on and around the iSeries / AS400
Subject: RE: Java Version issues
See inline..
Thanks,
Mark
-----Original Message-----
From: java400-l-bounces@xxxxxxxxxxxx
On Behalf Of Thorbjoern Ravn Andersenversion
Sent: Monday, March 30, 2009 11:30 AM
To: Java Programming on and around the iSeries / AS400
Subject: Re: Java Version issues
Mark Walter skrev:
I'm trying to run a java class on my 400. But I'm getting anUnsupportedClassVersionError. I compiled the class in Netbeans with
1.4.2. Which is what java -version shows in QSH on the iSeries./QIBM/ProdData/
versions of both 0. Is there any way to debug this error further?
If I try to do a JAVAP -Verbose on the class, it returns major and minor
Some ideas:
Run javap on your pc against the java class file
Still returns major 0 minor 0
Double check that the file was transferred in binary mode if using ftp.
Dropped into iNav from my PC/
Ensure you don't have a JAVA_HOME variable set.
Not sure where to set this, but there is no environment variable as such.
Force the java version with "java -Djava.version=1.4 MyClass"
Same error.
Use "java -verbose MyClass" to see when the class breaks.
Here is where it fails:
Loading class java.lang.ThreadLocal$ThreadLocalMap$Entry from
OS400/Java400/jdk/lib/rt.jarjava.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:636)
at java.lang.Throwable.<init>(Throwable.java:195)
at java.lang.Error.<init>(Error.java:49)
at
java.lang.UnsupportedClassVersionError.<init>(UnsupportedClassVers
ionError.java:34)
at java.lang.ClassLoader.defineClass(ClassLoader.java:567)
at
java.security.SecureClassLoader.defineClass(SecureClassLoader.java
:168)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:312)
at java.net.URLClassLoader.access$300(URLClassLoader.java:85)
at
--
Thorbjørn Ravn Andersen "...plus... Tubular Bells!"
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.