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 142618 - "project from existing sources" ignores java platform setting
Summary: "project from existing sources" ignores java platform setting
Status: RESOLVED DUPLICATE of bug 142657
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2008-08-01 18:38 UTC by _ pcw
Modified: 2008-08-01 23:54 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 _ pcw 2008-08-01 18:38:23 UTC
I created a "Java project from existing sources" and added a custom Java platform to the IDE (my own build of JDK 6U10)
but any non-default platform jvm will show this (e.g. run on JDK 6 and add JDK 5 as extra)

I selected this extra JVM as the Java Platform for the project and tried to run a file in the project.

Both "Run File" and (once I set this as the main class) "Run Project" used the IDE's default JVM instead of the one I'd
selected for the project.

Since the project I was running was testing JVM differences, you can see how this could be a problem...
Comment 1 _ pcw 2008-08-01 19:01:33 UTC
This works in 6.1.
Comment 2 Petr Dvorak 2008-08-01 23:54:37 UTC
Thanks for the report. There is one report describing this issue -> I will make this report duplicate of the issue
report with higher priority.

*** This issue has been marked as a duplicate of 142657 ***