hi i m using Linux fedora core 3 , have installed jdk1.5 please help how to set class path in LINUX Also whats command for sarting applet in Linux(as appletviewer in Windows)???
PLease help me
Mradul Mathur<br />B.E (I.T)
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35224
7
posted
0
I'd think that it is named 'appletviewer' in Linux as well. It might not be in your PATH, though - check the various directories containing binaries if something got installed there. It's probably in the same directory as 'javac'.
Check this link explaining about classpath settings... If the classpath is set properly to jdk, then you would able to run javac, java, appletviewer etc..,