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 234324

Summary: Can't set any arbitrary JDK as the default platform for projects, independent from the platform on which IDE runs
Product: java Reporter: Petr Somol <psomol>
Component: PlatformAssignee: Tomas Zezula <tzezula>
Status: RESOLVED DUPLICATE    
Severity: normal CC: johnjullion, markiewb, psomol
Priority: P2    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description Petr Somol 2013-08-13 12:20:33 UTC
Based on discussion with JavaFX team on 12 AUG 13 I quote:


> * JavaFX project - you can't set JDK8 as target JDK
> * Can't set any arbitrary JDK as the default and otherwise everyone has to name their JDK exactly the same or shared project doesn't work


The issue being that I want to use one version of Java to launch my IDE (like Java 6 or Java 7) and another version of Java as the default JVM for all projects in my IDE (like Java 8). Java 8 might not be stable enough for NB, but I need it as the default JDK for my development work. Since we can't change what JVM is the default, we have to have a specific named VM and anybody opening the project for the first time has to create the named JVM that I am expecting.
Comment 1 puce 2013-10-25 09:36:51 UTC
Similar issue here.

Our project consists of >100 Maven project, which need IBM JDK 6.

Required: 

- Make sure you can set the default JDK for the IDE
- Make sure you can set the default JDK for the Project Group
Comment 2 markiewb 2014-04-07 17:05:24 UTC
Duplicate of https://netbeans.org/bugzilla/show_bug.cgi?id=61437 ?
Comment 3 Tomas Zezula 2014-04-11 14:32:02 UTC

*** This bug has been marked as a duplicate of bug 61437 ***