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 53401

Summary: Running Tests VM Options
Product: java Reporter: arcivanov <arcivanov>
Component: ProjectAssignee: Petr Hrebejk <phrebejk>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description arcivanov 2005-01-14 10:37:01 UTC
It is essential to be able to specify the VM
options  from the project properties in Running
Tests sections. Absence of such options may make
it impossible to run the tests in the same
environment as the project itself if the VM
options (-D or -X) are used to control the JVM
behavior. 
In my case, I can't run tests explicitly
specifying default JVM encoding using
"file.encoding" property (which must be set from
the command line) without hacking through the
project files manually. IMO such types of problems
are quite common.
Comment 1 lucasjordan 2006-07-11 02:03:53 UTC
This bug also applies to all test that involve classes that use any type of JNI