Find topic
General webs
Web tools
Help
|
Table of Contents
JxBrowser Eclipse Setup
- Set the native library locations for
jniwrap.
- Run Configurations > Environment tab. Set the appropriate environmental variable:
- Win32: PATH = ${workspace_loc}\common\lib\windows\JxBrowser
- MacOSX: DYLD_LIBRARY_PATH = ${workspace_loc}\common\lib\mac\JxBrowser
- Linux: LD_LIBRARY_PATH = ${workspace_loc}\common\lib\linux\JxBrowser
- Set the
GRE_HOME environment variable. Run Configurations > Arguments tab. In the VM Arguments section, add:
- -DGRE_HOME=${workspace_loc}\common\lib\{OS}\JxBrowser\xulrunner-{OS} where {OS} is windows/mac/linux.
DarenLee? - 21 Aug 2009
|