Skip to content.
Table of Contents


JxBrowser Eclipse Setup

  1. Set the native library locations for jniwrap.
    1. 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
  2. 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