2007-09-25 09:21:17 -04:00
|
|
|
<configuration name="java.conf" description="Java Plug-Ins">
|
2012-11-01 16:04:31 -04:00
|
|
|
<javavm path="/opt/jdk1.6.0_04/jre/lib/amd64/server/libjvm.so"/>
|
2007-09-25 09:21:17 -04:00
|
|
|
<options>
|
2012-11-01 16:04:31 -04:00
|
|
|
<option value="-Djava.class.path=$${base_dir}/scripts/freeswitch.jar:$${base_dir}/scripts/example.jar"/>
|
|
|
|
<option value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=0.0.0.0:8000"/>
|
2007-09-25 09:21:17 -04:00
|
|
|
</options>
|
2012-11-01 16:04:31 -04:00
|
|
|
<startup class="org/freeswitch/example/ApplicationLauncher" method="startup"/>
|
2007-09-25 09:21:17 -04:00
|
|
|
</configuration>
|