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 - Running/debugging NBM inside NB IDE 7.4 64bit does not launch target IDE
Summary: Running/debugging NBM inside NB IDE 7.4 64bit does not launch target IDE
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Launchers&CLI (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-04 11:57 UTC by rbracko
Modified: 2016-05-30 10:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.