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 87717 - Allow different JDK through "Run configuration"
Summary: Allow different JDK through "Run configuration"
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: Other Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-21 13:31 UTC by tkellerer
Modified: 2015-12-04 07:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tkellerer 2006-10-21 13:31:03 UTC
It would be nice if the "Run configuration" could be enhanced to include the
target JDK to be used when running the application. Thus one could quickly test
the application with a JDK that is not the JDK defined for the project
Comment 1 Peter Pis 2008-09-16 13:55:01 UTC
Reassigning to projects.
Comment 2 Milos Kleint 2008-09-16 14:35:11 UTC
j2se project specific.
Comment 3 Tomas Zezula 2008-09-16 15:01:02 UTC
Sounds reasonable, but not for NB 6.5 as it's already frozen.

Comment 4 apatru 2015-12-04 07:29:50 UTC
Any updates regarding allowing different JDK/JRE in Run configuration.
It is important as I need to compile application with JDK x64 but I need to run it with JRE x32 due to some JNI calls.