Uploaded image for project: 'NetBeans'
  1. NetBeans
  2. NETBEANS-2198

No console output for NetBeans Platform project when doing a "Run" using JDK11.0.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 10.0
    • None
    • Oracle JDK 11.0.2 64-bit, Windows 7 64-bit

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              owq Wei Qi Ong
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: