This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Applets and the fly likes Best URL to download Java from. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Applets
Reply Bookmark "Best URL to download Java from." Watch "Best URL to download Java from." New topic
Author

Best URL to download Java from.

Ryan McGuire
Ranch Hand

Joined: Feb 18, 2005
Posts: 945
I have a java applet on my site. I know it's been at least a decade since I've worked on a computer that doesn't have Java installed, but I suppose it's wildly possible for some of my site visitors to not yet know the joys of Java.

What is the generally accepted "correct" page to direct users to to allow them to download and install enough Java to run applets in a browser? I want my users to have to think and read as little as possible (they're already pretty good at that) but still get the right version of Java for their machine (maybe a PC, maybe Mac, maybe Linux).

Thoughts?

Thanks.
Rok Štelcer
Ranch Hand

Joined: Nov 03, 2009
Posts: 101
Hi,

Check the following links:
  • http://java.sun.com/j2se/1.5.0/docs/guide/plugin/developer_guide/using_tags.html
  • http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html

  • Since you're concern that users may not have JRE installed, you shouldn't use APPLET tag.
    OBJECT and EMBED tags already provide the needed functionality.

    Hope this helps.


    Regards,
    Rok


    SCJP, SCWCD
    Rok Štelcer
    Ranch Hand

    Joined: Nov 03, 2009
    Posts: 101
    For Wins, check the following link (autodownload files):
    http://java.sun.com/javase/6/docs/technotes/guides/deployment/deployment-guide/autodl-files.html

    On UNIX/Linux, the concept of JRE installing is a bit different ...


    Regards,
    Rok
     
    I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
     
    subject: Best URL to download Java from.
     
    Similar Threads
    Webstart first step
    Java Plug in for SWING applet
    Invoke java method from JavaScript (not applet!)
    The best way to transfer files
    Finding my way around the API docs