[ 
https://issues.apache.org/jira/browse/NETBEANS-2198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190380#comment-17190380
 ] 

Jerome Lelasseux commented on NETBEANS-2198:
--------------------------------------------

Had the same issue (And-based Netbeans RCP application, Win10, AdoptOpenJDK 
x64), I patched run.xml as indicated and it worked.

Is there a standard way to guess the 32/64bit nature of a JDK from its contents 
? If I knew one I could try to submit a patch.

> No console output for NetBeans Platform project when doing a "Run" using 
> JDK11.0.2
> ----------------------------------------------------------------------------------
>
>                 Key: NETBEANS-2198
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2198
>             Project: NetBeans
>          Issue Type: Bug
>          Components: apisupport - Harness, projects - Ant Project
>    Affects Versions: 10.0
>         Environment: Oracle JDK 11.0.2 64-bit, Windows 7 64-bit
>            Reporter: Wei Qi Ong
>            Priority: Minor
>              Labels: build
>
> in harness/run.xml, the 64-bit check does not work for JDK11.0.2 (Windows) as 
> the file does not exist.
>         <condition property="jvm.arch.string" value="64" else="">
>             <available file="${run.jdkhome}\jre\lib\amd64" />
>         </condition> 
> As a result nbexec is used instead of nbexec64, resulting in no console 
> output when running using 64-bit JDK.
> Workaround is to manually change to use nbexec64 for now



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
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