| Summary: | Eclipse auto test: testAnalyze fails in solaris10 with jdk7-b96 | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Tao Zhang <taozhang816> |
| Component: | Debug | Assignee: | JDT-Debug-Inbox <jdt-debug-inbox> |
| Status: | RESOLVED NOT_ECLIPSE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | darin.eclipse, Michael_Rennie |
| Version: | 3.6 | Keywords: | needinfo |
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | other | ||
| Whiteboard: | |||
|
Description
Tao Zhang
Moving to JDT To detect the compatable execution environments the JRE is launched to inspect the "java.version" system property. For example, can you run the following program on the two VMs to see what output is produced?
public static void main(String[] args) {
System.out.println(System.getProperty("java.version"));
System.out.println(System.getProperty("sun.boot.class.path"));
System.out.println(System.getProperty("java.ext.dirs"));
System.out.println(System.getProperty("java.endorsed.dirs"));$
}
Closing as not_eclipse without more information. |