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
- is related to
-
NETBEANS-4295 No console output when debugging platform on Windows
- Open