Hi,

My Java.conf.xml


<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) -->
    <option value="-Djava.class.path=$${base_dir}/scripts/freeswitch.jar"/>
    <!-- Enable remote debugging -->
    <option
value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=
127.0.0.1:8000"/>
  </options>
</configuration>

*This is runtime configuration not build configuration. Set right javavm
path.
It must point to your libjvm.so file.*

But still i have the same error .

2009-04-14 17:18:56 [ERR] modjava.c:133 load_config() Error loading
/usr/java/jdk1.6.0/jre/lib/i386/client/libjvm.so
2009-04-14 17:18:56 [CRIT] switch_loadable_module.c:871
switch_loadable_module_load_file() Error Loading module
/usr/local/freeswitch/mod/mod_java.so
**Module load routine returned an error**

How to over come this problem. Some one help me to solve it.

-- 
Warm Regards,
N.Baskar
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org

Reply via email to