he
My scope is to use Sip Stack in Linux Environment.
My sw Environment is Red Hat 7.2 and JDK 1.3.1
After the make phase i try to use SipTester but when try the command "java SipTester" in the
directory where resides SipTester.class, I receive alwais this error :
Exception in thread "main" java.lang.NoClassDefFoundError: SipTester (wrong name:
org/mitre/jsip/SipTester)
The situation not change using -classpath option with the path where the user class are.
Please helpme.
Thank You
Logged In: YES
user_id=188671
Your current directory should be root of org directory in
case of class files being in directories
If you have created a jar file out of the class files then
set classpath to that jar file amd
in both cases do
java org.mitre.jsip.SipTester