Looking glass Project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Manmeet
    New Member
    • Nov 2006
    • 5

    #1

    Looking glass Project

    Hi Buddies there,

    I'm currently working on a project , just started, Looking glass project By sun microsysytem.I' m having hard time performing a basic steps in that project.
    I use Eclipse as IDE for java Program,Here is the link to that project specification.. ...https://lg3d.dev.java.n et/tutorial/tutorial1.html
    I 'm finding difficlut to perform after Step 6 onward.
    If anybody can help me out with that
    Thanks
    Manmeet
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by Manmeet
    Hi Buddies there,

    I'm currently working on a project , just started, Looking glass project By sun microsysytem.I' m having hard time performing a basic steps in that project.
    I use Eclipse as IDE for java Program,Here is the link to that project specification.. ...https://lg3d.dev.java.n et/tutorial/tutorial1.html
    I 'm finding difficlut to perform after Step 6 onward.
    If anybody can help me out with that
    Thanks
    Manmeet
    1)It is not good to link to questions
    2)You did not specify what problem you are having
    3)The tutorial gives you a set of steps to follow. If you cannot understand these, chances are you may not be able to understand the steps given to you here either.

    Comment

    • Manmeet
      New Member
      • Nov 2006
      • 5

      #3
      Originally posted by r035198x
      1)It is not good to link to questions
      2)You did not specify what problem you are having
      3)The tutorial gives you a set of steps to follow. If you cannot understand these, chances are you may not be able to understand the steps given to you here either.
      Thanks for replying back..
      actually after performing all those steps from 1 to 7 I could'nt able to
      see the result in the lg3d window.You can find the code that i used for the
      project in Eclipse IDE.
      The steps that I followed is as:- After Step 6 in javacommunity

      1. Manifest file :-

      [Manifest-Version: 1.0
      Main-Class: LG3Dpackage.lg3 d
      Config-File: lg3d.lgcfg
      ]
      Blank Line here....

      2..lgcfg file in eclipse:-

      {<?xml version="1.0" encoding="UTF-8"?>
      <java version="1.5.0" class="java.bea ns.XMLDecoder">
      <object class="org.jdes ktop.lg3d.scene manager.config. ApplicationDesc ription">
      <void property="exec" >
      <string>java LG3Dpackage.lg3 d</string>
      </void>
      <void property="iconF ilename">
      <string>lg3d.pn g</string>
      </void>
      <void property="name" >
      <string>LG3Dpac kage.lg3d</string>
      </void>
      <void property="class pathJars">
      <string>lg3d.ja r</string>
      </void>
      </object>
      </java>
      }

      3..png icon file

      [lg3d.png]

      4. creating a jar file in eclipse by exporting .classfile,mani festfile,lgcfgf ile,pngfile
      copying this file in
      [C:\Program Files\Project Looking Glass\LG3D Project 0-8-1\ext\app directory]

      5. Run the program

      now icon in .png file is not apperead visible in the project looking glass.
      and how to show that box in the window...
      Is the method I'm doing is correct or there is any other method or syntax that is to be followed....

      Thanks for answering

      Manmeet

      Comment

      Working...