jreality with eclipse

Problems with Java, jogl, etc?
Post Reply
minod
Posts: 4
Joined: Tue 18. May 2010, 17:52

jreality with eclipse

Post by minod » Tue 18. May 2010, 18:06

Hi.

I'm new to this forum, and to jReality too. Seems pretty interesting, but i've a huge problem with it :

When recovering the data from the svn (subversion installed, and works) the data are downloaded, but the hierarchy seems to be destroyed :
For exemple, the first class we must try to launch to begin the tutorial contains :

Code: Select all

package de.jreality.tutorial.intro;
but this class's path actually is :

Code: Select all

trunk/src-tutorial/de/jreality/tutorial/intro/Icosahedron.java
Seems that my subclipse make many folders for one package...

I tried many different ways, and many times... but the result is always the same.
I wonder if this couldn't come from my subclipse / SVN or even Eclipse version, which wouuldn't read the tree in the good way ?

Wish you can help me.

Thanks.

paul peters
Posts: 17
Joined: Thu 6. Mar 2008, 15:18
Location: TU Berlin, Germany
Contact:

Re: jreality with eclipse

Post by paul peters » Tue 18. May 2010, 21:03

Check out the trunk folder only (not the repository root).

Open the perspective "SVN Repository Exploring" and right click on the "trunk" folder and click "check out". Since there is a .project file in that folder Eclipse should know all the project settings.
Paul Peters

minod
Posts: 4
Joined: Tue 18. May 2010, 17:52

Re: jreality with eclipse

Post by minod » Wed 19. May 2010, 09:25

oh thanks a lot, works perfectly.


Minod.

minod
Posts: 4
Joined: Tue 18. May 2010, 17:52

Re: jreality with eclipse

Post by minod » Wed 19. May 2010, 10:00

hum...have another trouble, not my day !

The second camera in the viewer doesn't want to show up.
I just have the softViewer, and can't see the jogl one.

I'm under Linux64, so the src-core seems to be well configured.
I even downloaded sources from jogl website, nothing changes.

Minod.

paul peters
Posts: 17
Joined: Thu 6. Mar 2008, 15:18
Location: TU Berlin, Germany
Contact:

Re: jreality with eclipse

Post by paul peters » Wed 19. May 2010, 13:29

Thats more difficult. Check first that the output of

glxinfo

contains

direct rendering: Yes

in the first view lines. If it says "No" hardware 3d support is not enabled and you need to install / enable the appropriate driver for your graphics card.
Paul Peters

minod
Posts: 4
Joined: Tue 18. May 2010, 17:52

Re: jreality with eclipse

Post by minod » Fri 21. May 2010, 09:45

Was pretty difficult cause not the administrator rights, but it was finally resolved, and now works.

Thanks for this advice.

Minod.

Post Reply