Print

Print


Hi all,

  I finished writing a first crappy version of the proof-of-concept SRM 
implementation for xrootd. The code is quite simple, and everything 
compiles with no additional warnings (with respect to the already 
present ones...).

  Now problems come. I spotted a suspect class named "Main", which is 
supposed to be an administrator interface. However, if I try to start 
it, this is what I get:

--------
 >java org/dcache/srm/unixfs/Main
Exception in thread "main" java.lang.NoClassDefFoundError: 
dmg/util/CommandInterpreter
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at 
java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)

----------


Does anybody know where does "dmg/util/CommandInterpreter" come from?


Fabrizio