>       [syed@barfi syed]$ java hello
>       Can't find class hello
>
>       iam sure java file exists in
>       ./JDK1.6/jdk1.1.6/bin/i586/green_threads/java

It founds java, but can't find class 'hello'

>       CLASSPATH=/home/syed/SWING13/swing-1.0.3/swingall.jar
Classpath should be:
"./JDK1.6/jdk1.1.6/lib/classes.zip:/home/syed/SWING13/swing-1.0.3/swingall.j
ar:.   " That's only way how java really finds classes which are in current
directory and some operation systems wants also path to core classes.

Teemu Vesala =)

Reply via email to