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 252323 - Native Bundled app on Mac OS X Mavericks and JRE 1.8.0_45 doesn't start
Summary: Native Bundled app on Mac OS X Mavericks and JRE 1.8.0_45 doesn't start
Status: NEW
Alias: None
Product: javafx
Classification: Unclassified
Component: Platform (show other bugs)
Version: 8.0.2
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-09 20:35 UTC by mastermike
Modified: 2015-05-09 20:35 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 mastermike 2015-05-09 20:35:11 UTC
A Java Swing Application which has been native bundled with FX packager within Netbeans 8.0.2 and JRE 1.8.0_45 doesn't start on mac os x mavericks.

With Netbeans 7.4 and JRE 1.7.0_45 the same bundled app works on mac os x mavericks. The same app can be bundled on windows 7 with netbeans 8.0.2 and JRE 1.8.0_45 and works.

The only output that can be captures starting that app on console is:
2015-05-09 22:10:03.459 QTools[15088:507] Failed to find library:
2015-05-09 22:10:03.460 QTools[15088:507] .:Failed to launch JVM


According to a colleague the bundled app with Netbeans 7.4 and JRE 1.7.0_45 doesn't start with error "JavaFX launcher error: Unable to invoke main method". But here he uses other OS's: Mac OS X Yosemite and Windows 8.1. He also has JRE and JDK 1.8.0_45 installed on those OS's, but they shouldn't be used as far as I know since the JRE is bundled too within the app.

Somehow this might look like a strange mix of problems between Java 8 and OS's which is very confuding.

Does anyone has an idea? I hope the category matches.

The app has not ben signed with an Apple Developer ID.