• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

I cant run Applet

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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..
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What does "its not working" mean? What, exactly, happens, and which error messages are you seeing in the Java Console?
 
essa essam
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 !!!
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 4632
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
compiles and runs fine for me.

<APPLET CODE=TspAlg.class WIDTH=200 HEIGHT=100>

try 800 x 600
 
essa essam
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 !!
 
Bartender
Posts: 5167
11
Netbeans IDE Opera Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please check your private messages. Note that this is not optional.
 
Yeast devil! Back to the oven that baked you! And take this tiny ad too:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic