Ok, I have a partial solution :):)
>
> Environment Tab:
> Linux Set your LD_LIBRARY_PATH to:
>
> ${workspace_loc}/libosgvp/libjni-osgvp/target/target_cmake/lib:/home/your_username/.depman/lib
>
>
> For windows XP your PATH must point to (pay attention to word "bin"):
>
> ${workspace_loc}/libosgvp/libjni-osgvp/target/target_cmake/bin:c:/documents
> and settings/your_user/.depman/bin
>
This is mostly correct. However, for Windows, the CLASSPATH and PATH must use
; and not :
Throughout all of my attempts of setting the command window's CLASSPATH, and
PATH environment variables plus setting the eclipse internal LD_LIBRARY_PATH
and PATH variables, I naturally used ; in the command windows variables but not
within eclipse.
Once I used ; between the paths within the PATH environment variable in
eclipse, the application finally found all the needed dll's it was searching
for.
But, now I have a bigger problem. kernel32.dll on Windows XP. I've attached my
error log and here is what the error output is as produced while running from
within eclipse. The application crashes after producing this error:
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7c80977f, pid=5352, tid=2568
#
# JRE version: 6.0_18-b07
# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode, sharing windows-x86
)
# Problematic frame:
# C [kernel32.dll+0x977f]
#
# An error report file with more information is saved as:
# C:\osgvp-2.2.0-SNAPSHOT-src\libosgvp\libosgvp-examples\hs_err_pid5352.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#
[error occurred during error reporting , id 0xc0000005]
Thank you for the help,
Allen
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=24884#24884
Attachments:
http://forum.openscenegraph.org//files/hs_err_pid5352_629.txt
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org