Thread: Maybe about JAVA?

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    4

    Maybe about JAVA?

    good evening,

    Maybe my topic isn't very proper for this forum, but I really like people here.

    http://students.ceid.upatras.gr/~pap...t/kef5_7_2.htm

    in the webpage above , I can press buttons "Step", "solve" or" New Problem" to run the Floyd Algorithm visually . NOw my question is: I want to save it to my hard disk, and run it in another computer which can NOT be online , I tried it , failed anyone can help me?

    Thank u

  2. #2
    Ok, so you goto FILE->Save As...->save as complete web page - this will save the page and the files in a separate folder...

    Here's the tricky part - in the source it says - <APPLET CODEBASE="java/floyd" CODE="floyd.class" WIDTH=485 HEIGHT=330></APPLET>

    That's the java applet, u must go in to your internet cache and find this file "floyd.class" put this file in the folder that contains the other files for the webpage - but put it inside that folder in another folder called java and another subfolder called floyd so it's java/floyd directory -- if u don't mimick the site structure exactly the links won't work and you'll have to edit the source to get it to work.

    In Internet Explorer and windows there is an option of Web Archive in the Save As... you can try that but not sure if it will save the java class files that is what you need.
    My Avatar says: "Stay in School"

    Rocco is the Boy!
    "SHUT YOUR LIPS..."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C#, Java, C++
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-05-2004, 02:06 PM
  2. First Java Class at college
    By GanglyLamb in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 09-29-2004, 10:38 PM
  3. The Java language is being expanded
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 06-11-2004, 09:07 PM
  4. Java woes
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 07-06-2003, 12:37 AM
  5. C or Java as a first language
    By CorJava in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 10-23-2002, 05:12 PM