<b>Hi,<br><br>   Now i can able to load the mod_java in the freeswitch console.<br><br>After that i have followed these method to run the PhoneTest.java<br><br></b><p style="margin: 0in 0in 0pt; color: rgb(255, 0, 0);"><b><font size="3" face="Times New Roman">1) verified my classpath in the java.conf.xml:  &lt;option value=&quot;-Djava.class.path=/usr/local/freeswitch/scripts/freeswitch.jar&quot;/&gt;</font></b></p>

<p style="margin: 0in 0in 0pt; color: rgb(255, 0, 0);"><b><font size="3" face="Times New Roman">2)my PhoneTest.class is located in /usr/local/freeswitch/script - directory, same as where freeswitch.jar is located</font></b></p>

<p style="margin: 0in 0in 0pt; color: rgb(255, 0, 0);"><b><font size="3" face="Times New Roman">3) I created PhoneTest.jar file from PhoneTest.class</font></b></p>
<p style="margin: 0in 0in 0pt; color: rgb(255, 0, 0);"><b><font size="3" face="Times New Roman">4)changed my dialplan to: &lt;action application=&quot;java&quot; data=&quot;/usr/local/freeswitch/scripts/PhoneTest.jar PhoneTest arg1 arg2 arg3&quot;/&gt;</font></b></p>
<b><br>Then i have complied and Run the PhoneTest.java  by this methods<br><br></b><b>Method1:<br></b><b>[localhost scripts]# javac -cp freeswitch.jar PhoneTest.java <br>[localhost scripts]# java -cp freeswitch.jar PhoneTest<br>
<span style="color: rgb(51, 51, 255);">Exception in thread &quot;main&quot; java.lang.NoClassDefFoundError: PhoneTest</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">Caused by: java.lang.ClassNotFoundException: PhoneTest</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">        at java.net.URLClassLoader$1.run(URLClassLoader.java:200)</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">        at java.security.AccessController.doPrivileged(Native Method)</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)</span><br style="color: rgb(51, 51, 255);"><span style="color: rgb(51, 51, 255);">        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)</span><br style="color: rgb(51, 51, 255);">
<span style="color: rgb(51, 51, 255);">        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)</span><br><br></b><b>Method2:<br></b><b>[localhost scripts]# javac -cp PhoneTest.jar:freeswitch.jar PhoneTest.java<br>
[localhost scripts]# java -cp PhoneTest.jar:freeswitch.jar PhoneTest<br><span style="color: rgb(51, 102, 255);">Exception in thread &quot;main&quot; java.lang.NoSuchMethodError: main</span><br><br>But I get these above errors .So Please Correct me where i am wrong and assist me how to compile and run the PhoneTest.java.<br>
<br>-- <br>Warm Regards,<br>N.Baskar<br><br></b>