Hi,
I am trying to enhance the auth_user.class file (after compiling it from the .java into the .class)
I kept both the .java file and the .class file in the same directory and ran the following command:
$ java -cp ".;c:\db-ojb-1.0.0\lib;c:\db-ojb-1.0.0\jdo" com.sun.jdori.enhancer.Main -v -f auth_user.class auth_user.jdo
Check tthat you have classpath correctly, so that auth_user.class is in your classpath.
- Joose
-- "Always remember that you are unique, just like everyone else!" * http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
