| Author |
I cant run Applet
|
essa essam
Greenhorn
Joined: May 15, 2012
Posts: 3
|
|
Hi
there is an applet on this website :
http://valis.cs.uiuc.edu/~sariel/research/CG/applets/tsp/TspAlg.html
source code already there, I took the source code and tryed to run it on (Borland JDeveloper X) but its not working !!
Then I tryed to run it on prowser by creating TspAlg.HTML file :
<HTML>
<BODY>
<APPLET CODE=TspAlg.class WIDTH=200 HEIGHT=100>
</APPLET>
</BODY>
</HTML>
but its not worlk also !!
I checked all internet setting there was no problem, but I still cant run it eather in (Borland JDeveloper X) or prowser .
Please Help..
|
 |
Tim Moores
Rancher
Joined: Sep 21, 2011
Posts: 2407
|
posted

0
|
|
What does "its not working" mean? What, exactly, happens, and which error messages are you seeing in the Java Console?
|
 |
essa essam
Greenhorn
Joined: May 15, 2012
Posts: 3
|
|
check this wesite : http://valis.cs.uiuc.edu/~sariel/research/CG/applets/tsp/TspAlg.html
there is an applet and source code is available, take it and run it on your laptop and tell me who you did it ?!!!
I toke the source code try to run it on my laptop by using (Borland JDeveloper X) , but its not working I dont know how to do it !!!
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8441
|
|
You are just repeating what you told us earlier.
Did you read Tim's reply? TellTheDetails
Also, please check your private messages for an important administrative matter.
|
[Donate a pint, save a life!] [How to ask questions] [Onff-turn it on!]
|
 |
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
|
posted

0
|
compiles and runs fine for me.
<APPLET CODE=TspAlg.class WIDTH=200 HEIGHT=100>
try 800 x 600
|
 |
essa essam
Greenhorn
Joined: May 15, 2012
Posts: 3
|
|
how ?!!!
I dont know how ?!!!
how can I run it ?!!!
what should I do ?
I took the source code and but it in (Borland JDeveloper X) but its not working !!
|
 |
Darryl Burke
Bartender
Joined: May 03, 2008
Posts: 4167
|
|
|
Please check your private messages. Note that this is not optional.
|
luck, db
There are no new questions, but there may be new answers.
|
 |
 |
|
|
subject: I cant run Applet
|
|
|