forked from Mirrors/freeswitch
9 lines
457 B
XML
9 lines
457 B
XML
<configuration name="java.conf" description="Java Plug-Ins">
|
|
<javavm path="/opt/jdk1.6.0_04/jre/lib/amd64/server/libjvm.so"/>
|
|
<options>
|
|
<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"/>
|
|
</options>
|
|
<startup class="org/freeswitch/example/ApplicationLauncher" method="startup"/>
|
|
</configuration>
|