[jbosstools-issues] [JBoss JIRA] (JBDS-2659) Installer should pick up JDK location when it is possible

Denis Golovin (JIRA) jira-events at lists.jboss.org
Tue Jul 2 15:28:20 EDT 2013


     [ https://issues.jboss.org/browse/JBDS-2659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Denis Golovin updated JBDS-2659:
--------------------------------

    Description: 
Linux:
When installer started with JDK like
{code}/path-to-jdk/bin/java installer.jar{code}
it is picking up JRE path as java location
{code}/path-to-jdk/jre{code}
where as it should use 
{code}/path-to-jdk{code}

Windows:
{code}c:\Program Files\Java\jre<n>{code}
Need to jun "c:\Programm Files\Java\jre<n>\bin\java.exe" get JRE ${java.version} as of "1.6.0_31" and then try if
{code}c:\Program Files\Java\jdk${java.version}{code}
is Java home folder and contains javac


Mac:
no need to change JVM location pick up


  was:
When installer started with JDK like
{code}/path-to-jdk/bin/java installer.jar{code}
it is picking up JRE path as java location
{code}/path-to-jdk/jre{code}
where as it should use 
{code}/path-to-jdk{code}


    
> Installer should pick up JDK location when it is possible
> ---------------------------------------------------------
>
>                 Key: JBDS-2659
>                 URL: https://issues.jboss.org/browse/JBDS-2659
>             Project: Developer Studio (JBoss Developer Studio)
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: installer
>    Affects Versions: 7.0.0.Beta1
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 7.0.0.CR1
>
>
> Linux:
> When installer started with JDK like
> {code}/path-to-jdk/bin/java installer.jar{code}
> it is picking up JRE path as java location
> {code}/path-to-jdk/jre{code}
> where as it should use 
> {code}/path-to-jdk{code}
> Windows:
> {code}c:\Program Files\Java\jre<n>{code}
> Need to jun "c:\Programm Files\Java\jre<n>\bin\java.exe" get JRE ${java.version} as of "1.6.0_31" and then try if
> {code}c:\Program Files\Java\jdk${java.version}{code}
> is Java home folder and contains javac
> Mac:
> no need to change JVM location pick up

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list