JAVA DOWNLOAD HOW???

I'm from german and I've got a problem! I don't know where to go, to download JAVA VIRTUAL MACHINE. I need it to get into some chats. Without it it's not workin. I hope ur goin to help me. I just need the website. THANX

http://java.sun.com/j2se/1.4.1/download.html

Similar Messages

  • How to download Personal Java and how to run the application

    Hi,
    From java.sun.com, which file has to be downloaded for develpoing the application in personal java.
    How to run an application in peraonal java?
    If you give me the steps it will be more helpful to me.
    I couldn't find the samples for personal java anywhere?
    If you give me links for basic samples with source code such as hello world and small games, it will be more helpful to me.
    All of my doubts are very basic one.
    Please help me.
    Thanks in advance.
    Regards,
    Nagaraj.

    Sun has a beta implementation available for download (http://developer.java.sun.com/developer/earlyAccess/personaljava/) which will allow you to run Personal Java on a MIPS/SH3/StrongARM or XScale device running WindowsCE 2.0 or greater. You can also download the Personal Java Emulation environment (http://java.sun.com/products/personaljava/pj-emulation.html) which will allow you to develop and run personal java applications in a Windows or Solaris environment.
    Most JDK1.1.8 compliant applications will run on Personal Java, so a Hello World program would look like the regular.
    public static void main(String[] args) {
    System.out.println("Hello World");
    System.exit(0);
    You can also purchase a full blown commercial implementation of Personal Java for PocketPC at handango.com. Do a search on Insignia Jeode for Dell. You can use this on any PocketPC/XScale pda.
    To run a Personal Java program on Pocket PC. Deploy your jar to the Device and create a shortcut similar to this:
    50#"\program files\Java\bin\pjava.exe" -setcwd "\program files\Java\pjtest" -classpath "\program files\Java\pjtest\pjtest.jar" -file "pjtest.testmain.class"
    The number is arbitrary, but the paths need to point to the directory where you installed Personal java and your jar/application respectively.

  • STILL NOT SOLVED. So...What Is Going On With Java And How Do I Update It?

    So...I checked my plugins this morning, and it said both my Java platform and my Java Deployment Toolkit needed updating. However, I click Update, and the link does not lead me to a download page. Plus, when I try to verify my Java version on the Java page, it says that I have the recommended Java installed (and so do other sites that run on Java). How do I update these things so that everything is up to date?
    Screenshots for further info:
    http://oi50.tinypic.com/15d87ly.jpg (the plugin checker status)
    http://oi47.tinypic.com/35jk0ub.jpg (What the "Update" link leads to)
    http://oi46.tinypic.com/34yz7kk.jpg (The verification)

    '''ponyparty''',
    <s>The x86 package is for 32-bit Windows - WinXP, Vista, and Win7.</s> <br />
    <s>The x64 is for 64-bit versions of Windows - XP, Vista, and Win7.</s>
    <sub>'''EDIT:''' You need the x86 package (32-bit version of Java) on both 32-bit and 64-bit Windows to use the Java plugin for Firefox, which is a 32-bit browser. The X64 64-bit Java is only needed for 64-bit browsers, if you use one. Ref: http://kb.mozillazine.org/Java#Java_downloads aw</sub>
    The JDK version is for Developers, you want the '''JRE''' version. The Development Toolkit plugin comes with both versions, but that plugin is really only needed by people developing for Java.
    As far as '''if''' you should update right now, my answer is '''NO'''. From what I am reading the U10 version is messed up and is not installing the Firefox required U10 plugin. Not sure if Oracle didn't update it for Firefox, or if some users are missing the registry key needed for Firefox to locate the new plugin.

  • Won't open an app becuase it is from an unidentified developer. It's not Java - so how can I open an app I've paid for: it's my choice.

    This message comes up whenever I download an app. I paid for this one (from zentropysoftware) and I shall choose to use it, not Firefox. This current message is nothing to do with java (the other questions on the forum relate to java downloads) - I do not want my choice of downloads to be blocked. How do I disable this unwanted 'feature'?
    I'm using OS 10.9.1(Mavericks).

    What kind of app is it? A native Mac app, or a web app, or an add-on?
    Could you provide more details about the error message, maybe a screen shot would be simplest. This article has tips on capturing screen shots: [[How do I create a screenshot of my problem?]]

  • Failed to download java download client

    Trying to get a webex meeting going w/new firefox 4 install, I get:
    "Failed to download java download client!
    Sorry, you do not have java download client enabled. Please try again or inform your Site Administrator to set up for you. "
    There is no site administrator, it's my Mac so I'm it. ;) I've googled it and I see nothing on how to turn this on. Basically you can try and start a webex meeting here:
    http://www.webex.com/lp/jointest/
    That also chokes with the same error. Works with Firefox 3.x no problems... but with firefox 4 no dice. Probably some simple setting I'm missing... can someone give me a clue?

    Workaround:
    Find your Firefox application in Finder, right click on it, click on "File Info", select 32-bit mode, and restart Firefox.

  • I have a ipod touch and i got it for christmas with an iTunes card .the problem is that i downloaded videos and now it said that there is not enough space and i only downloaded 8 and now 5 don't download how do i erase them.can  get my money back

    i have a ipod touch and i got it for christmas with an iTunes card .the problem is that i downloaded videos and now it said that there is not enough space and i only downloaded 8 and now 5 don't download how do i erase them.can  get my money back

    Whatever you read about iTunes is wrong unless you're actually referring to feature movies, not videos. Videos, apps, music and iBooks you can re-download:
    http://support.apple.com/kb/ht2519
    Download to your computer and then sync to your iPod touch whatever will fit.
    And no, I can't say with certainty that they won't give you a refund, but it's unlikely. The most probable outcome, if you do indeed mean movies, not TV shows or other videos, is that they would set up an additional download. For other content they'll probably just direct you to the same instructions on re-downloading I just posted.

  • I rented a movie and it appears in the video app, but it did not fully download. It does not appear in downloads how do I repair the file?

    I rented a movie and it appears in the video app, but it did not fully download. It does not appear in downloads how do I repair the file?

    Did you download it using iTunes for Windows, or did you download it directly to an iOS device?
    If you can't find the movie you downloaded on your iPad, iPhone or iPod Touch, check inside your Videos App

  • Simple Java Question - How to Overwrite Set

    After working so much in Java, wondering how do i overwrite java.util.Set
    My pojo is Set of associated object. For example
    class Parent
    private Set child = new HashSet(0);
    public Set getChild() {
    return this.child;
    I wanna overwrite set of child objects in pojo with the set passed from UI tier
    Any pointers/suggestions will be highly appreciated
    Regards
    Bansi

    public void setChild(Set child) { this.child = child; }or if you need more control over the Set instance:
    public void setChild(Set child)
        this.child.clear();
        this.child.addAll(child);
    }

  • How to download How Do I? videos for my HP Officejet 6500 E709n printer?

    Dear Sir or Madam: Is there any way to download "How Do I?" video clips from the HP Solution Center for my HP Officejet 6500 E709n printer and save them directly to the desktop area of my Windows XP Home desktop computer? Please reply back soon. Thanks. Sincerely, Egan

    See requirements for AirPrint (http://support.apple.com/kb/ht4356):
    If your printer supports AirPrint but does not work then:
    Your printer might need a firmware update
    Your printer must be on the same WiFi network
    Your router must support Bonjour (Zero-configuration networking).
    For troubleshooting:
    Turn Off iPad, WiFi router (remove from power), and Printer (remove from power).
    Turn on WiFi router
    Wait 30 seconds
    Turn on printer
    Wait 30 seconds
    Turn on iPad
    Try to print.

  • My Creative Cloud desktop don't show my apps actualization or download, how i fix this? The message says "Download error"

    My Creative Cloud desktop don't show my apps actualization or download, how i fix this

    Hi Eduardo Vieira,
    Please refer to the threads below where this issue has been fixed:
    1. Re: Creative Cloud "Download Error" message
    2. https://forums.adobe.com/thread/1156604
    Regards,
    Sheena

  • A Java application how to pass Microsoft OEM Ready program?

    Hello,
    I have a Java application that needs to pass OEM Ready program, but it fails on AppVerifier item. The error messages are:
    "Freeing memory block inside current thread's stack address range."
    "First chance access violation for current stack trace."
    These errors are occurred by JVM. Anybody understands a Java application how to pass AppVerifier? Thanks in
    advance.
    p.s. The Java application is only a simple "Hello World" program.
    p.s. I also test many popular Java applications (such as JBuilder/NetBeans), they
    also cannot pass AppVerifier.
    p.s. The OEM Ready Program web site: http://msdn.microsoft.com/en-us/windowsvista/cc315067.aspx

    One small update. These errors are reported by AppVerifier tool. But the origin of the errors seems to be coming from JNI Calls. Basically AppVerifier is a runtime verification tool and helps in monitoring an application's interaction with OS, the registry, the file system,heap, handles, locks, and more and reports the errors found.
    And when I check my application ( which interacts with few .jar files using JNI calls ) with AppVerifier, it is reporting the errors, upon debugging I found the source of the errors to be the JNI calls. Any idea about the reasons and fix for these errors.
    I thank you in advance.

  • What is the use vss in java and how to use it?

    can i know what is vss in java and how to use it and also can you tell me related vss like svs?
    and what are tools for configuration in real we will use?
    am i student i want to know these all?

    jduprez wrote:
    You do not need to know them all, but one for sure, since it is a must for multi-developer team.8o( ?????
    It is a must. Period.
    OK, let's tone down: it is a must for any job related to software production. Not only development.That begsl the question, What does it mean to "know" one of these systems? I would expect Product Management, Documentation, QA, and Support staff to be conversant with the fundamentals of such a tool--check in, check out, version/revision numbers--but not much more than that. Developers, on the other hand, I would generally expect "know" the system with a much higher level of expertise--query language, branching, merging, and so on.

  • I'm having 10.8.3 and today 17-Apr I had installed latest java 7 update. Now when ever I test java page it just redirects the page to Java download on both Firefox and safari. I tried deleting the cache from Java Sec Panel - temp ile but still same proble

    I'm having 10.8.3 and today 18-Apr Thursday I had installed latest java 7 update. Now when ever I test java page it just redirects the page to Java download on both Firefox and safari. I tried deleting the cache from Java Sec Panel - temp ile but still same prob.

    Make sure that the plugin is not automatically disabled in Firefox:
    Clinton

  • HT3209 I have a movie downloaded how do I get it to play?

    I have a movie downloaded how do I get it to play

    It should be in the Videos app - if you select it and tap the play button does it not start playing ?

  • We have a requirement to print the w2 forms for employees using java application, how can i implement this. Please give some suggestion.

    We have a requirement to print the w2 forms for employees using java application, how can i implement this. Please give some suggestion.

    Anyone any ideas to help please?

Maybe you are looking for