View difference between Paste ID: VSNqg2tF and QHfE2vLQ
SHOW: | | - or go back to the newest paste.
1-
                  enable assertions
1+
2-
    -da[:<packagename>...|:<classname>]
2+
3-
    -disableassertions[:<packagename>...|:<classname>]
3+
4-
                  disable assertions
4+
5-
    -esa | -enablesystemassertions
5+
6-
                  enable system assertions
6+
7-
    -dsa | -disablesystemassertions
7+
8-
                  disable system assertions
8+
9-
    -agentlib:<libname>[=<options>]
9+
10-
                  load native agent library <libname>, e.g. -agentlib:hprof
10+
11-
                    see also, -agentlib:jdwp=help and -agentlib:hprof=help
11+
12-
    -agentpath:<pathname>[=<options>]
12+
13-
                  load native agent library by full pathname
13+
14-
    -javaagent:<jarpath>[=<options>]
14+
15-
                  load Java programming language agent, see java.lang.instrument
15+
16-
16+
17-
    -splash:<imagepath>
17+
18-
                  show splash screen with specified image
18+
19-
19+
20-
C:\Users\wkmanire>java lein
20+
21-
Exception in thread "main" java.lang.NoClassDefFoundError: lein
21+
22-
Caused by: java.lang.ClassNotFoundException: lein
22+
23-
        at java.net.URLClassLoader$1.run(Unknown Source)
23+
24-
        at java.security.AccessController.doPrivileged(Native Method)
24+
25-
        at java.net.URLClassLoader.findClass(Unknown Source)
25+
26-
        at java.lang.ClassLoader.loadClass(Unknown Source)
26+
27-
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
27+
28-
        at java.lang.ClassLoader.loadClass(Unknown Source)
28+
29-
Could not find the main class: lein.  Program will exit.
29+
30-
30+
31-
C:\Users\wkmanire>lein.bat
31+
32-
'lein.bat' is not recognized as an internal or external command,
32+
33-
operable program or batch file.
33+
34-
34+
35-
C:\Users\wkmanire>.lein
35+
36-
'.lein' is not recognized as an internal or external command,
36+
37-
operable program or batch file.
37+
38-
38+
39-
C:\Users\wkmanire>cd .lein
39+
40-
40+
41-
C:\Users\wkmanire\.lein>dir
41+
42-
 Volume in drive C has no label.
42+
43-
 Volume Serial Number is 0EB1-DD26
43+
44-
44+
45-
 Directory of C:\Users\wkmanire\.lein
45+
46-
46+
47-
04/11/2012  01:53    <DIR>          .
47+
48-
04/11/2012  01:53    <DIR>          ..
48+
49-
04/11/2012  02:02    <DIR>          self-installs
49+
50-
               0 File(s)              0 bytes
50+
51-
               3 Dir(s)  670,195,269,632 bytes free
51+