Results 1 to 9 of 9

Thread: Setting up Java on Vista 64bit

  1. #1
    Member
    Join Date
    Jul 2008
    Location
    Surrey
    Posts
    148
    Thanks
    15
    Thanked
    6 times in 6 posts
    • Crevan's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Q6600
      • Memory:
      • 4GB OCZ Platinum Rev.2 800MHz
      • Graphics card(s):
      • Gigabyte GTX460
      • PSU:
      • Corsair HX 520W
      • Case:
      • Hiper Osiris
      • Operating System:
      • Windows 7 Professional 64bit
      • Monitor(s):
      • Samsung 223BW 21.6''
      • Internet:
      • VM 30Mbps

    Setting up Java on Vista 64bit

    I'm having a hard time making Java work under Vista Home Premium 64bit.

    I've downloaded and installed the latest JDK for Windows x64 with JRE bundled. Nothing worked. I tried installing JRE first, then JDK on top - still nothing.

    Could anyone explain to me how do I make it work?

  2. #2
    Senior Member
    Join Date
    Apr 2006
    Posts
    231
    Thanks
    7
    Thanked
    10 times in 9 posts
    • d032sh's system
      • Motherboard:
      • Asus P5b-e
      • CPU:
      • E4300 @ 3GHz
      • Memory:
      • 4GB OCZ Platinum
      • Storage:
      • ~4TB
      • Graphics card(s):
      • 8800GTS 640MB
      • PSU:
      • Corsair HX620
      • Case:
      • Akasa Eclipse 62
      • Operating System:
      • Win 7

    Re: Setting up Java on Vista 64bit

    If you mean on a web browser then we're STILL waiting for an x64 Java plugin (although sun have just committed to including it in update 12 of Java 6). I just install a 32-bit JRE as well and run the 32-bit IE for webby Java stuff... though I've seen some third party options mentioned elsewhere.

  3. #3
    Member
    Join Date
    Jul 2008
    Location
    Surrey
    Posts
    148
    Thanks
    15
    Thanked
    6 times in 6 posts
    • Crevan's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Q6600
      • Memory:
      • 4GB OCZ Platinum Rev.2 800MHz
      • Graphics card(s):
      • Gigabyte GTX460
      • PSU:
      • Corsair HX 520W
      • Case:
      • Hiper Osiris
      • Operating System:
      • Windows 7 Professional 64bit
      • Monitor(s):
      • Samsung 223BW 21.6''
      • Internet:
      • VM 30Mbps

    Re: Setting up Java on Vista 64bit

    I actually meant JRE for running .jar files and JDK for programming in Java. The OS just doesn't detect the virtual machine, so I can't do anything java-related.

  4. #4
    Senior Member
    Join Date
    Apr 2006
    Posts
    231
    Thanks
    7
    Thanked
    10 times in 9 posts
    • d032sh's system
      • Motherboard:
      • Asus P5b-e
      • CPU:
      • E4300 @ 3GHz
      • Memory:
      • 4GB OCZ Platinum
      • Storage:
      • ~4TB
      • Graphics card(s):
      • 8800GTS 640MB
      • PSU:
      • Corsair HX620
      • Case:
      • Akasa Eclipse 62
      • Operating System:
      • Win 7

    Re: Setting up Java on Vista 64bit

    Oh. Have you put the /lib and /bin directories into your Path?

  5. #5
    Member
    Join Date
    Jul 2008
    Location
    Surrey
    Posts
    148
    Thanks
    15
    Thanked
    6 times in 6 posts
    • Crevan's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Q6600
      • Memory:
      • 4GB OCZ Platinum Rev.2 800MHz
      • Graphics card(s):
      • Gigabyte GTX460
      • PSU:
      • Corsair HX 520W
      • Case:
      • Hiper Osiris
      • Operating System:
      • Windows 7 Professional 64bit
      • Monitor(s):
      • Samsung 223BW 21.6''
      • Internet:
      • VM 30Mbps

    Re: Setting up Java on Vista 64bit

    I always keep hearing people saying about setting up the environment variables and Path without them explaining how to actually do it Would you be so kind to explain?

  6. #6
    Senior Member
    Join Date
    Apr 2006
    Posts
    231
    Thanks
    7
    Thanked
    10 times in 9 posts
    • d032sh's system
      • Motherboard:
      • Asus P5b-e
      • CPU:
      • E4300 @ 3GHz
      • Memory:
      • 4GB OCZ Platinum
      • Storage:
      • ~4TB
      • Graphics card(s):
      • 8800GTS 640MB
      • PSU:
      • Corsair HX620
      • Case:
      • Akasa Eclipse 62
      • Operating System:
      • Win 7

    Re: Setting up Java on Vista 64bit

    Well I don't have Vista here but it's pretty much the same IIRC. If you go to control panel -> system and select the Advanced tab then there's a button for Environmental Variables, you can change the Path variable in there. It should already exist so just edit it, new entries are delimited by a semicolon. You can check it's worked by running a command prompt and checking the Java command executes.

  7. Received thanks from:

    Crevan (03-11-2008)

  8. #7
    Member
    Join Date
    Jul 2008
    Location
    Surrey
    Posts
    148
    Thanks
    15
    Thanked
    6 times in 6 posts
    • Crevan's system
      • Motherboard:
      • Asus P5Q Pro
      • CPU:
      • Q6600
      • Memory:
      • 4GB OCZ Platinum Rev.2 800MHz
      • Graphics card(s):
      • Gigabyte GTX460
      • PSU:
      • Corsair HX 520W
      • Case:
      • Hiper Osiris
      • Operating System:
      • Windows 7 Professional 64bit
      • Monitor(s):
      • Samsung 223BW 21.6''
      • Internet:
      • VM 30Mbps

    Re: Setting up Java on Vista 64bit

    Thanks, mate, I think I got it how it works now!

  9. #8
    Registered User
    Join Date
    Jun 2009
    Posts
    1
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: Setting up Java on Vista 64bit

    Hey everyone, I actually have a 32 bit system, but I have been trolling forums for an hour with no avail to my unusual problem. I am just beginning to learn java having an average background in C++, and I am trying to set up JDK and the command prompt for compiling.

    I accidentally deleted the info for the PATH variable (separate problem), but I at least added the path for the java bin folder -- C:\Program Files\Java\jdk1.6.0_01\bin

    When I type in the compiler command javac for a very simple file - HelloWorldApp.java - it seems to compile and does not print any errors to the screen. However, no .class file is created... I'm not really sure how to fix this. Also if anyone knows what the PATH variable should be like pre-stupid mistake.

    1000 thanks

  10. #9
    HEXUS.social member Agent's Avatar
    Join Date
    Jul 2003
    Location
    Internet
    Posts
    19,185
    Thanks
    739
    Thanked
    1,614 times in 1,050 posts

    Re: Setting up Java on Vista 64bit

    Does the compiler have the permission to write to where the .class file should be?
    Easiest way to test - run the compiler as administrator (right click -> run as admin) and give that a try. This only really applies to Vista or a locked down XP install though.
    Quote Originally Posted by Saracen View Post
    And by trying to force me to like small pants, they've alienated me.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How to stabilize VISTA?
    By rockaway in forum Software
    Replies: 5
    Last Post: 18-03-2008, 11:28 AM
  2. Vista 64bit showing 3Gb of memory?
    By yan816 in forum Software
    Replies: 8
    Last Post: 30-01-2008, 12:18 PM
  3. GF 8800GT and Vista 64bit
    By Aisalem in forum Software
    Replies: 3
    Last Post: 07-01-2008, 11:28 AM
  4. Cannot get Java Working in IE 7.0 (Vista)
    By shuntfield in forum Help! Quick Relief From Tech Headaches
    Replies: 3
    Last Post: 07-11-2007, 10:27 PM
  5. Vista 64bit -> 32bit
    By Andeh13 in forum Software
    Replies: 10
    Last Post: 14-08-2007, 09:38 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •