Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2146103 | 6u2 | Kumar Srinivasan | P3 | Resolved | Fixed | b01 |
The Windows specific java launcher 'javaw' does not have class path expansion enabled. This is a bug since it should work according to the J2SE 6 docs at http://java.sun.com/javase/6/docs/technotes/tools/windows/java.html. This problem has also been reported at http://forum.java.sun.com/thread.jspa?threadID=5118123. The fix is to copy the expression "OTHER_CPPFLAGS += -DEXPAND_CLASSPATH_WILDCARDS" from j2se/make/java/main/java/Makefile to j2se/make/java/main/javaw/Makefile.
- backported by
-
JDK-2146103 javaw launcher should also support class-path wildcards
-
- Resolved
-
- duplicates
-
JDK-6519476 -cp option in java.exe and javaw.exe is handled differently for wildcards(*)
-
- Closed
-
- relates to
-
JDK-6268383 Class-path wildcards, jplan feature 082
-
- Closed
-