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/06/2011 11:21:57 AM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v10
|
v11
|
|
142 | 142 | The jcop command launches a JCop or Java application. It does this by starting a Java runtime environment (instrumented with the AspectJ weaver), loading a specified class, and invoking that class's main method. The method declaration must look like a plain Java main method: |
143 | 143 | |
144 | | {{{ \code{public static void main(String args[])} }}} |
| 144 | {{{ public static void main(String args[]) {...} }}} |
145 | 145 | |
146 | 146 | |
… |
… |
|
155 | 155 | ===== File Names ===== |
156 | 156 | |
157 | | \code{jcop} accepts Java bytecode files with the \code.{class} extension. |
| 157 | {{{jcop}}} accepts Java bytecode files with the {{{class}}} extension. |
158 | 158 | |
159 | 159 | |