Wei Qi Ong created NETBEANS-2198:
------------------------------------

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


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
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to