exception

slim bens <[email protected]> Thu, 18 Jan 2007 03:42:00 -0500
Newsgroups gmane.comp.voip.nist-sip
Message-ID <[email protected]>
hello members,I made an application which uses the "sip-sdp.jar" library.it works well in eclipse IDE.But I want to launch the application, through the windows console.here is the command contained the bat file .//-------------------------------- "console.bat" ----------------------------------------@echo offclsjava -cp . ; ..\build\classes ; ..\config ; ..\lib\*.jar de.uniba.wiai.lspi.chord.console.Main %*//--------------------------------------------------------------------------------------the "sip-sdp.jar" library is in the folder ..\lib\ that contains others libraries.the problem is that when I execute the bat file I have the following exception :java.lang.NoClassDefFoundError : javax/sip/SipListener        at   java.ClassLoader.defineClass1(Native Method)        at   java.ClassLoader.defineClass1(Unknown Source)        at   java.security.SecureClassLoader.defineClass(Unknown Source)        at   java.net.URLClassLoader.defineClass(Unknown Source)        at   java.net.URLClassLoader.access$100(Unknown Source)        at   java.net.URLClassLoader$1.run(Unknown Source)        at   java.security.AccessController.doPrivileged(Native Method)        at   java.net.URLClassLoader.findClass(Unknown Source)       at   java.lang.ClassLoader.loadClass(Unknown Source)        at   sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)         at   java.lang.ClassLoader.loadClass(Unknown Source)        at   java.lang.ClassLoader.loadClassInternal(Unknown Source)your help is welcome.thank you.regards.Salim.
_________________________________________________________________
Soyez parmi les premiers à essayer Windows Live Mail.
http://ideas.live.com/programpage.aspx?versionId=5d21c51a-b161-4314-9b0e-4911fb2b2e6d

_______________________________________________
nist-sip mailing list
[email protected]
http://www-x.antd.nist.gov/mailman/listinfo/nist-sip