Results 1 to 6 of 6

Thread: Method to change the java path in Windows 7

  1. #1
    Join Date
    Dec 2010
    Posts
    136

    Method to change the java path in Windows 7

    Just before three days I am trying to install one of the java applications in my system. But my system is not able to find that java.exe file and also its shows the error code 1723, my system is using Windows 7, I have tried lots of steps in order to overcome this situation and also visited sites to get the solution but still my System is not able to find that path for the java.exe file, So guys shine a little light on this for me?

  2. #2
    Join Date
    Jun 2009
    Posts
    1,518

    Re: Method to change the java path in Windows 7

    As your system show the error code 1723 that mean there might be some problems in windows installer package it’s a kind of Install Shield error code. So in order to overcome you should uninstall the java file, and try to download and install the offline installation package.

  3. #3
    Join Date
    Nov 2008
    Posts
    1,514

    Re: Method to change the java path in Windows 7

    First of all the main thing is that the user should have the administrator right to download and install the java files to their system. In order to run any java files or application it required the complete installation of that file, your connection to the internet is not necessary at the time of installation. The java file can also easily copy into the system which is not connected to the internet. For this first go to manual download page, after that click on the Window offline. A confirmation box appeared in order to get the response whether to run or save the download file, so just select the save option in order to download that file in your system. Always try to save that file in known address so that you can search it for the future references. Then exit all the running application. Go to that specific location where you have already saved your java file double click on that to start the installation, now click on the install button provide into the message box, to start the installation process, continue the clicking the next button for accepting the rules and licensed of that product. Finally click the close button in the information box where you get the information regarding the installation process is completed. This tends to complete your installation process, after that you should have to restart your system. And enjoy using your application.

  4. #4
    Join Date
    Mar 2009
    Posts
    1,360

    Re: Method to change the java path in Windows 7

    Best Answer for your problems is here; this solution cans also success in Windows XP also. Go to My Computer and right click on it after that go to properties, on the System Window select Advanced System setting now select advanced tab, you will find a button at the bottom say Environment Variables. After clicking that you finally reached at the System variable where you have to scroll down to find the “Path” now click the edit option now combine your java path with the path variable, keep as it is terminate your statement by placing ‘;’ sign at the end and after that you have to add your java path. Keep one thing in mind that you have to add both java home\bin path and java home path

  5. #5
    Join Date
    Nov 2008
    Posts
    1,259

    Re: Method to change the java path in Windows 7

    By running your executable jar file do you get any error? So you should try to run your jar file using the command prompt by making the connection of your jar in Control Panel.

  6. #6
    Join Date
    Nov 2008
    Posts
    1,185

    Re: Method to change the java path in Windows 7

    You should try these simple steps:
    First open the command prompt and set the System Environment Variables Path for java, yourself you have to do this. Suppose your JRE is installed in E: / Drive then Open the command type E :\> abc.jar=jarfile_name
    E :\> ftype jarfile_name=” E:\Program Files\Java\jre\bin\javaw.exe" -jar "%1" %*
    E :\> ftype jarfile=” E:\path_name\to_name\your_name\javaw.exe" -jar "%1" %*

Similar Threads

  1. What is method overriding and method overloading in java
    By beelow in forum Software Development
    Replies: 3
    Last Post: 17-11-2009, 08:20 AM
  2. Java: How can I call one method in another method?
    By biohazard 76 in forum Software Development
    Replies: 3
    Last Post: 16-07-2009, 07:12 PM
  3. Replies: 0
    Last Post: 23-03-2009, 11:32 PM
  4. How do I change default Home path in Windows Vista
    By Actionguy in forum Operating Systems
    Replies: 3
    Last Post: 19-02-2009, 06:01 PM
  5. Change Windows shortcuts target path
    By $tatic in forum Software Development
    Replies: 2
    Last Post: 07-02-2009, 09:35 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,035,785.74152 seconds with 17 queries