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 &quot;Thread-0&quot; 
java.lang.NoClassDefFoundError: org/freeswitch/Launcher<br><br>My dialplan has the following entry:<br><br>&nbsp;&lt;extension name=&quot;Validation_Demo&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;1234&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;java&quot; data=&quot;fs_ivr arg1 arg2 arg3&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/condition&gt;<br>&nbsp; &lt;/extension&gt;<br><br>java.conf.xml has the following entry:<br><br>&nbsp;&lt;options&gt;<br>&nbsp;&nbsp;&nbsp; &lt;!-- Your class path (make sure 
freeswitch.jar is on it) --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;-Djava.class.path=/usr/local/freeswitch/scripts/freeswitch.jar&quot;/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;-Djava.class.path=/usr/local/freeswitch/scripts/fs_ivr&quot;/&gt;
<br>&nbsp;&nbsp;&nbsp; &lt;!-- Enable remote debugging --&gt;<br>&nbsp;&nbsp;&nbsp; &lt;option value=&quot;-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=<a href="http://127.0.0.1:8000">127.0.0.1:8000</a>&quot;/&gt;<br>&nbsp; &lt;/options&gt;
<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.&nbsp; Can anyone spot the error I am making?&nbsp; Any ideas on what to try?
<br><br>Jonathan<br><br><br><br>