The Source for Java Technology Collaboration


Home | Changes | Index | Search | Go

Packaging

Descriptions of the packaging of lg3d for the various supported platforms. Most importantly the default directory and file locations are described for each OS.

OpenSolaris & Linux

Packages

  • lg3d-core - the core of the Project Looking Glass platform
    • creates /etc/lg3d, /usr/share/lg3d-core, /usr/lib/lg3d-core
  • lg3d-apps - applications
    • creates /usr/share/lg3d-apps
  • lg3d-jdk - the jdk for Project Looking Glass, currently jdk 1.5.0
    • creates /usr/share/lg3d-jdk
  • lg3d-java3d - the java 3d library, currently java 3d 1.4.0
    • installs into /usr/share/lg3d-jdk
  • lg3d - an empty wrapper package which will depend on all the other lg3d packages

Installation Locations

  • /etc/lg3d
    • glassy.lgcfg - master configuration file, selects the scene manager and menu infrastructure
    • lgconfig_1p_nox.xml - display server configuration, single process, no x integration
    • lgconfig_1p_x.xml - display server configuration, single process, X11 integration enabled
    • lgconfig_mp_x.xml - display server configuration, multiple processes, X11 integration enabled
    • README - description of lgconfig naming convention
    • SplashDefaults.xml - splash screen configuration
    • apps.xml - menu configurations
    • base.xml - menu configurations
    • knowledge.xml - master menu config
    • logging.properties - logging configuration
    • BgConfig.xml - background configuration
  • /etc/lg3d/displayconfig - contains various sample display config files for controlling screen configurations. The config used is specified in startup scripts.
    • j3d1x1 - single screen
    • j3d1x2-flat - two screens arrange side by side
    • j3d1x1-antialiased - single screen antialiased
    • config-syntax.html - description of the configuration file syntax
  • /usr/share/lg3d-core
    • /bin - startup scripts
    • /lib - core jars
    • /docs - javadoc
    • /ext - supporting 3rd party libraries
    • /resource - images, 3d models and other lg3d resources
  • /usr/lib/lg3d-core
    • .so libraries
  • /usr/share/lg3d-apps
    • /lib - application jars, lg3d-core.jar, lg3d-awt-toolkit.jar
    • /ext - supporting 3rd party libraries
  • /usr/share/lg3d-jdk
    • The jdk and java3d packages install into this directory

Available packages

Windows

Packages

A single .exe bundle containing all components.

Topic Packaging . { Edit | Ref-By | Printable | Diffs r2 < r1 | More }
 XML java.net RSS

Revision r2 - 06 Feb 2006 - 18:18:25 - Main.paulby
Parents: WebHome > ProjectLookingGlass