Jens Hofschröer created NETBEANS-952:
----------------------------------------

             Summary: JDK9-64Bit is not detected currectkly by harness
                 Key: NETBEANS-952
                 URL: https://issues.apache.org/jira/browse/NETBEANS-952
             Project: NetBeans
          Issue Type: Bug
          Components: apisupport - Harness, debugger - Ant
    Affects Versions: 9.0
            Reporter: Jens Hofschröer


When starting to debug an Apache Netbeans Platform Application with a JDK9+ 
Runtime (on windows?) the 32-bit version of the nbexec is used to start the 
application. Since (nearly) all builds of Java9+ on Windows are 64-Bit only the 
current detection of 32 or 64 Bit JRE is not working. There is no "jre" folder 
is a JDK 9+

{{<!-- architecture of jvm on which app will run -->
<condition property="jvm.arch.string" value="64" else="">
    <available file="${run.jdkhome}\jre\lib\amd64" />
</condition>}}

The result of this is, that no ouput from the application is shown in the 
output window.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to