Can anybody tell me that what is the command to run the applet on Linux after compilation of .java file . The commanad appletviewer <filename>.java doesn't...
Do u write proper header on the .java file? sandeepankumar <sandeepankumar@...> wrote: Can anybody tell me that what is the command to run the applet...
Hi , You have talked about the proper header. What is that? The .java file that extends JApplet class and import all the necessary libraries has been already...
Write these lines first in your java file. " /* <applet code="file.class" width=200 height=300> </applet> */ " except the quotes, and exchange the file.class...
Hi My dear friend , what u have told is the concept of Windows based java but it wont work in Linux. And for ur kind info , i have already used that header...
Hi, I think you are unaware that JAVA is platfrom independent . So what u can do in windows , u can also do that in any other platform. Attaching both the java...
Oh... That is fine.. But i have installed Fedora Core 1 and to compile the java file the javac command doesn't work but i use the gcj --main=<Classname>...