If this question seems inappropriate for this mailing list, please ignor it.
This has to be one of the best mailing lists available. This may or may
not be related to the JDK 1.1.5 on DU 4.0D.
JDK 1.1.5 DU 4.0D
I just installed the latest JDK for DU 4.0D. I am new to Java. I created
a simple Java application via Borlands JBuilder on a PC and would like to see
how it displays on my Aplha console. I created a directory (javaTest that
holds the 5 Java classes that make up the application. I created a separate
directory (JBuilder) to hold the JBuilder libraries (Zip files).
echo $PATH
/usr2/jackb/bin:/usr2/jackb/javaTest:usr2/jackb/JBuilder:/usr/sbin:/usr/bin:/usr
/local/bin:/sbin:/etc:/usr/bin/X11::/usr/lib
echo $CLASSPATH
.:/usr/lib:/usr/local/netscape/java/classes/java40:/usr2/jackb/jbuilder
cd /usr2/jackb/javaTest
/bin/ls
application1.class frame1_buttonbar1_actionadapter.class
frame1.class frame1_menuitem1_actionadapter.class
frame1_button1_actionadapter.class frame1_menuitem2_actionadapter.class
frame1_button2_actionadapter.class
jackb_at_pgw6.picker.com [20] java java application1
Can't find class application1
jackb_at_pgw6.picker.com [21] java -classpath . application1
Unable to initialize threads: cannot find class java/lang/Thread
Can anyone give me some pointers? All the tutorial examples seem to
work. Where might I find answers to this thype of querstion?
Thanks,
Jack
Received on Fri May 15 1998 - 20:38:48 NZST