Hi
I downloaded the Arsenal SIP on to my Windows XP. I
installed JMF correctly.
I installed Arsenal client and Server. They both work
correctly. But when I try to startup the Arsenal SIP by
clicking on the icon on desktop I get below exception.
More investigation found that, JVM classpath was not
correctly set.
Eventhough all the JMF related jar files are added to the
CLASSPATH, when the SIP is started , it only takes
JAR files from JRE/lib directory.
My attempt to add
java -classpath %CLASSPATH% -jar <jar file name>
was not successful.
Below is the exception.
oadProperties
1202 [main] DEBUG common.PropertiesDepot -
getProperty[user.home=C:\Documents a
nd Settings\halliyur]
1262 [main] TRACE communicator.SipCommunicator -
[exit] <init>
1262 [main] TRACE communicator.SipCommunicator -
[exit] main
Exception in thread "main"
java.lang.NoClassDefFoundError: javax/media/NoProcess
orException
at
net.java.sip.communicator.SipCommunicator.<init>
(SipCommunicator.java
:115)
at
net.java.sip.communicator.SipCommunicator.main
(SipCommunicator.java:2
76)
Logged In: YES
user_id=1164456
Michael, please take a look, this is a Java classpath
question...