I am encountering the following error when I try to use the mod_java interface:<br><br>2007-11-24 18:38:07 [NOTICE] switch_core_state_machine.c:134 switch_core_standard_on_execute() Execute java(fs_ivr arg1 arg2 arg3)<br>Exception in thread "Thread-0"
java.lang.NoClassDefFoundError: org/freeswitch/Launcher<br><br>My dialplan has the following entry:<br><br> <extension name="Validation_Demo"><br> <condition field="destination_number" expression="1234">
<br> <action application="java" data="fs_ivr arg1 arg2 arg3"/><br> </condition><br> </extension><br><br>java.conf.xml has the following entry:<br><br> <options><br> <!-- Your class path (make sure
freeswitch.jar is on it) --><br> <option value="-Djava.class.path=/usr/local/freeswitch/scripts/freeswitch.jar"/><br> <option value="-Djava.class.path=/usr/local/freeswitch/scripts/fs_ivr"/>
<br> <!-- Enable remote debugging --><br> <option value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<a href="http://127.0.0.1:8000">127.0.0.1:8000</a>"/><br> </options>
<br><br>I have also tried setting the class path to freeswitch.jar in the CLASSPATH environment variable.<br><br>export CLASSPATH=/usr/local/freeswitch/scripts/freeswitch.jar.<br><br>None of the permutations have met with success. Can anyone spot the error I am making? Any ideas on what to try?
<br><br>Jonathan<br><br><br><br>