Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.1-RC1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
bin/ script cannot set jdk5 @ support properly
when
java javaagent aw-jdk5 -Xbootclasspath/p:aw-jdk5,aw*
the @ classes are loaded from aw-*
might be a way to put bootCP in manifest for agent ?
the issue comes from that we are using bin/aw with -cp that starts a java -javaagent -cp <in aw/bin>
since java does not support 1+ -cp, we were using -Xboot in aw/bin
this is BAD
should we SKIP aw/bin for Java 5 then ????
or might be a way to use env CLASSPATH instead ??
any ideas ?
ok for bat