Name | Date | Size | |
---|---|---|---|
.. | 2013-05-16 00:04:24 | 87 | |
Agent.jar | 2013-05-16 00:04:24 | 787 | |
CreateFiles.java | 2013-05-16 00:04:24 | 2.2 KiB | |
DummyMain.java | 2013-05-16 00:04:24 | 1.2 KiB | |
InheritAgent0001.java | 2013-05-16 00:04:24 | 1.8 KiB | |
InheritAgent0010.java | 2013-05-16 00:04:24 | 1.9 KiB | |
InheritAgent0011.java | 2013-05-16 00:04:24 | 2.1 KiB | |
InheritAgent0100.java | 2013-05-16 00:04:24 | 1.9 KiB | |
InheritAgent0101.java | 2013-05-16 00:04:24 | 2.1 KiB | |
InheritAgent0110.java | 2013-05-16 00:04:24 | 2.1 KiB | |
InheritAgent0111.java | 2013-05-16 00:04:24 | 2.4 KiB | |
InheritAgent1000.java | 2013-05-16 00:04:24 | 1.9 KiB | |
InheritAgent1001.java | 2013-05-16 00:04:24 | 2.1 KiB | |
InheritAgent1010.java | 2013-05-16 00:04:24 | 2.2 KiB | |
InheritAgent1011.java | 2013-05-16 00:04:24 | 2.4 KiB | |
InheritAgent1100.java | 2013-05-16 00:04:24 | 2.2 KiB | |
InheritAgent1101.java | 2013-05-16 00:04:24 | 2.4 KiB | |
InheritAgent1110.java | 2013-05-16 00:04:24 | 2.4 KiB | |
InheritAgent1111.java | 2013-05-16 00:04:24 | 2.7 KiB | |
NoPremainAgent.java | 2013-05-16 00:04:24 | 1.1 KiB | |
NoPremainAgent.sh | 2013-05-16 00:04:24 | 2 KiB | |
PremainClassTest.sh | 2013-05-16 00:04:24 | 1.7 KiB | |
README | 2013-05-16 00:04:24 | 664 | |
ZeroArgPremainAgent.java | 2013-05-16 00:04:24 | 1.2 KiB | |
ZeroArgPremainAgent.sh | 2013-05-16 00:04:24 | 2 KiB |
README
This directory contains a test to exercise the Premain-Class attribute with a non US-ASCII class name. As the file system may not support a file with this name the test is compiled off-line and the jar file checked into SCCS. In the event that Agent.jar needs to be re-built here are the steps which must be performed on a system that supports the the EURO in a file name (Windows 2000 is fine) :- 1. Create the agent source file and agent.mf :- javac CreateFiles.java java CreateFiles 2. Re-create the agent jar file :- rm CreateFiles.class javac -encoding utf8 *.java jar cfm Agent.jar agent.mf *.class 3. Check Agent.jar into SCCS.