close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.
- Timestamp:
-
01/07/2011 03:59:44 PM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v48
|
v49
|
|
23 | 23 | }}} |
24 | 24 | |
25 | | A JVM 1.5 or higher must be installed on the system. |
26 | | |
27 | | 1. Unpack the JCop archive in any directory.[[BR]] |
| 25 | * A JVM 1.5 or higher must be installed on the system. |
| 26 | * Unpack the JCop archive in any directory.[[BR]] |
28 | 27 | The archive contains the following files that are required to run the compiler via command line. Besides the platform independent JAR archives the JCop distribution contains command scripts for Windows and Unix systems. |
29 | | * ''jcop.jar'', Executable archive that contains the JCop compiler. |
30 | | * ''aspectjtools.jar'', aspectjrt.jar, [http://www.eclipse.org/aspectj/ AspectJ] libraries that are required by jcop.jar. |
31 | | * ''aspectjweaver.jar'', [http://www.eclipse.org/aspectj/ AspectJ] library that is required for VM instrumentation at runtime. |
32 | | * ''agg_V165_classes.jar'', [http://user.cs.tu-berlin.de/~gragra/agg/ AGG] library required to generate an AGG graph instead of bytecode. |
| 28 | * ''jcop.jar'', Executable archive that contains the JCop compiler. |
| 29 | * ''aspectjtools.jar'', aspectjrt.jar, [http://www.eclipse.org/aspectj/ AspectJ] libraries that are required by jcop.jar. |
| 30 | * ''aspectjweaver.jar'', [http://www.eclipse.org/aspectj/ AspectJ] library that is required for VM instrumentation at runtime. |
| 31 | * ''agg_V165_classes.jar'', [http://user.cs.tu-berlin.de/~gragra/agg/ AGG] library required to generate an AGG graph instead of bytecode. |
33 | 32 | * ''jcopc'' and ''jcop'' scripts for compilation and launching of JCop applications |
34 | 33 | |