"Cengiz Ulutas" wrote: 

|     Hi,
|     I downloaded jdk117_v3 from your site and installed it on my
| RedHat6.0...It seems to work properly.
|     I copied my compiled project classes to my Linux, too and added my
| projects path to the classpath. When I try to execute as in the
| following, 'java myPackage.myApplication' I received the following
| message: 'can't find class myApplication'...Can you help me about what
| is missing...THANKS!

export CLASSPATH=$CLASSPATH:.

Should do the trick:

add it permanently to the following file:
~/.bashrc


(or any other startup-file)
-- 
Jo Uthus                        | e-mail: [EMAIL PROTECTED] (private)
Software Engineer               | e-mail: [EMAIL PROTECTED]  (work)


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to