Sign In
New User? Register
dgplug
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can add links to your Web sites related to your group?

Messages

  Messages Help
Advanced
Hi all, I have a query.....   Message List  
Reply | Forward Message #33 of 238 |


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 work here i've
tried it..

Bye...







Thu Jan 20, 2005 5:04 am

sandeepankumar
Offline Offline
Send Email Send Email

Forward
Message #33 of 238 |
Expand Messages Author Sort by Date

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...
sandeepankumar
Offline Send Email
Jan 20, 2005
5:05 am

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...
Kushal Das
programmerkd
Offline Send Email
Jan 20, 2005
11:45 am

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...
sandeepan kumar
sandeepankumar
Offline Send Email
Jan 24, 2005
4:09 am

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...
Kushal Das
programmerkd
Offline Send Email
Jan 24, 2005
5:30 am

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...
sandeepan kumar
sandeepankumar
Offline Send Email
Jan 25, 2005
4:06 am

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...
Kushal Das
programmerkd
Offline Send Email
Jan 25, 2005
1:11 pm

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>...
sandeepan kumar
sandeepankumar
Offline Send Email
Jan 27, 2005
4:05 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help