Hi David,
Thanks for your response. I got it onto the System I but I have one more
question when I run the command with the name of my class
I get the following error
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:313)
at java.net.URLClassLoader.access$300(URLClassLoader.java:86)
at
java.net.URLClassLoader$ClassFinder.run(URLClassLoader.java:636)
at java.net.URLClassLoader.findClass(URLClassLoader.java:222)
at java.lang.ClassLoader.loadClass(ClassLoader.java:317)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
at java.lang.ClassLoader.loadClass(ClassLoader.java:263)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:330)
Java program completed with exit code 1
==>
Any ideas on this
Thanks,
Jeremy R. Rowden
Nippon Express USA, Inc.
Information Systems Division
java400-l-request@xxxxxxxxxxxx
Sent by: java400-l-bounces@xxxxxxxxxxxx
12/05/2008 12:00 PM
Please respond to
java400-l@xxxxxxxxxxxx
To
java400-l@xxxxxxxxxxxx
cc
Subject
JAVA400-L Digest, Vol 6, Issue 247
Send JAVA400-L mailing list submissions to
java400-l@xxxxxxxxxxxx
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.midrange.com/mailman/listinfo/java400-l
or, via email, send a message with subject or body 'help' to
java400-l-request@xxxxxxxxxxxx
You can reach the person managing the list at
java400-l-owner@xxxxxxxxxxxx
When replying, please edit your Subject line so it is more specific
than "Re: Contents of JAVA400-L digest..."
Today's Topics:
1. Loading PC Java code to system I (Jeremy_Rowden@xxxxxxxxxx)
2. Re: Loading PC Java code to system I (David Gibbs)
----------------------------------------------------------------------
message: 1
date: Fri, 5 Dec 2008 09:28:02 -0600
from: Jeremy_Rowden@xxxxxxxxxx
subject: Loading PC Java code to system I
Hello everyone,
I am new to Java on the System I and was wondering how do you load it onto
the System I from Websphere.
Currently the code only exists on my local PC.
Thanks,
Jeremy R. Rowden
Nippon Express USA, Inc.
Information Systems Division
------------------------------
message: 2
date: Fri, 05 Dec 2008 09:58:22 -0600
from: David Gibbs <david@xxxxxxxxxxxx>
subject: Re: Loading PC Java code to system I
Jeremy_Rowden@xxxxxxxxxx wrote:
I am new to Java on the System I and was wondering how do you load it
onto
the System I from Websphere.
Currently the code only exists on my local PC.
Copy the compiled artifacts (class, jar, ear, war, etc) to the appropriate
place on the IFS and run it.
You can launch the code using RUNJVA or from within qshell using the java
command.
Pretty darn simple, when it comes down to it.
david
As an Amazon Associate we earn from qualifying purchases.