You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jens Hofschröer (JIRA)" <ji...@apache.org> on 2018/06/12 07:48:00 UTC

[jira] [Updated] (NETBEANS-952) JDK9-64Bit is not detected currectkly by harness

     [ https://issues.apache.org/jira/browse/NETBEANS-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jens Hofschröer updated NETBEANS-952:
-------------------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Minor
>              Labels: windows
>
> 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-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

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