This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257843

Summary: Running/debugging NBM inside NB IDE 7.4 64bit does not launch target IDE
Product: platform Reporter: rbracko
Component: Launchers&CLIAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:

Description rbracko 2016-02-04 11:57:54 UTC
My development IDE is NetBeans 7.4, running on Windows 7 64bit. IDE is launched by netbeans64.exe.

Inside IDE, I try to run/debug some NB platform module which has following properties: Java Platform = JDK 1.7 (32bit); NetBeans Platform = NetBeans IDE 6.8

The output window shows normal progress and ends with following lines:
...
netbeans:
Generating information for Auto Update...
run:
run.run:

However, there is no splash screen of target IDE and nothing happens. More over, cancellation of the run/debug task is not possible.

On the other hand, if the development IDE is launched by netbeans.exe (instead of netbeans64.exe), everything works fine.