2007-09-25 09:21:17 -04:00
|
|
|
<configuration name="java.conf" description="Java Plug-Ins">
|
|
|
|
<!-- Path to the Java 1.6 virtual machine to use -->
|
|
|
|
<javavm path="/usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so"/>
|
|
|
|
<!-- Options to pass to Java -->
|
|
|
|
<options>
|
|
|
|
<!-- Your class path (make sure freeswitch.jar is on it) -->
|
2008-12-12 18:53:37 -05:00
|
|
|
<option value="-Djava.class.path=$${base_dir}/scripts/freeswitch.jar"/>
|
2007-09-25 09:21:17 -04:00
|
|
|
<!-- Enable remote debugging -->
|
|
|
|
<option value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=127.0.0.1:8000"/>
|
|
|
|
</options>
|
|
|
|
</configuration>
|