It's all about the answers!

Ask a question

RAM Extract failure


Ye Yu (223) | asked Nov 02 '15, 11:07 a.m.

Hi,

When we tried to run extract for RAM, we got below error:

Can someone please help?

idcuser-> java –jar assetExporter.jar tdct_everything_vpn_prod.properties
Exception in thread "main" java.lang.NoClassDefFoundError: –jar
Caused by: java.lang.ClassNotFoundException: –jar
        at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:319)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:264)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:332)

Accepted answer


permanent link
Donald Nong (14.5k614) | answered Nov 02 '15, 6:30 p.m.
The wrong dash sign is used in the command. How did you type it? Or did you copy it from somewhere?

The regular dash sign (-) has hex code 0x2D. The dash sign in your command is called "EN DASH", and has hex code 0xE2 0x80 0x93.

Replace the dash sign (simply type it in) in your command and try again.
Ye Yu selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.