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/13/2011 10:26:06 AM (10 years ago)
- Author:
-
malte.appeltauer
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
138 | 138 | }}} |
139 | 139 | |
140 | | Specifying several classpaths: |
| 140 | Specifying several classpaths (Windows): |
141 | 141 | {{{ |
142 | 142 | jcop -classpath "bin;lib\MyJar.jar" Main |
| 143 | }}} |
| 144 | |
| 145 | Specifying several classpaths (UNIX): |
| 146 | {{{ |
| 147 | jcop -classpath "bin:lib/MyJar.jar" Main |
143 | 148 | }}} |
144 | 149 | |