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 230407 - JDK required to run openide application
Summary: JDK required to run openide application
Status: RESOLVED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Harness (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-28 19:23 UTC by SirIntellegence
Modified: 2013-06-27 20:59 UTC (History)
1 user (show)

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 SirIntellegence 2013-05-28 19:23:25 UTC
My company is working on a cross platform program built on the openide platform. But I don't think the customers should be required to install the JDK in order to run the application. Is there a reason that must be installed on deployed applications?
Comment 1 Martin Kozeny 2013-06-20 09:32:44 UTC
I don't know where you find the information that you require JDK for running platform application. JDK is required for compiling, debugging... You can use only JRE for running the app and also you can directly integrate it into app - https://platform.netbeans.org/tutorials/nbm-nbi.html#bundling-jre.
Comment 2 SirIntellegence 2013-06-20 17:57:01 UTC
The reason I came to this conclusion is because some alpha testers have had to install the JDK in order for it to work, which I don't understand.  I'll try the package jre with app method
Comment 3 SirIntellegence 2013-06-20 17:59:06 UTC
Is there a way to add a comment without changing the bug status?
Comment 4 SirIntellegence 2013-06-20 18:00:54 UTC
Sorry, new to this....
Comment 5 Martin Kozeny 2013-06-21 06:33:26 UTC
Yes definitely you can add a comment without changing status. Just left the previous one.
Comment 6 SirIntellegence 2013-06-27 20:59:22 UTC
Problem found. Quote from http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jre.html:

Installing a JRE from Oracle will not update java -version symlinks or add java to your path. To be able to do this, you need to install the JDK.