applets are just like other java programs, . compile it like any other java programs. eg: Javac MyApplet.java if you have not installed java , and you have copied it to some location then you can use some thing like this otherwise , javac command will be automatically be in you path since i am using jdk from SUN, which didnt install to my system but rather coped to to some location. i have copied it to another location and put it to my PATH variable.
export PATH=/usr/bin/jdk1.5.0_16/bin:$PATH then javac command will function as usual; On Mon, Mar 30, 2009 at 5:35 PM, midhun raj <[email protected]> wrote: > > > thanx for that reply... > could any one please tell me how to compile java applet programs using > terminal.. > what all things to be installed ..(pls tell the terminal command also..) > how to set the path variable.. how to compile it..what to do to see in an > applet viewer..thanx in advance........ > > > > -- Miles to go before I Sleep --~--~---------~--~----~------------~-------~--~----~ "Freedom is the only law". "Freedom Unplugged" http://www.ilug-tvm.org You received this message because you are subscribed to the Google Groups "ilug-tvm" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For details visit the website: www.ilug-tvm.org or the google group page: http://groups.google.com/group/ilug-tvm?hl=en -~----------~----~----~----~------~----~------~--~---
