Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (406)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
   Home   Help   Search   Login   Register   
  Show Posts
Pages: [1]
1  Java Game APIs & Engines / Java 3D / Re: Compile time error(Im New) on: 2009-07-25 12:43:12
 Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy Cheesy

YAY!!!!!!!!!!!!!!!!!!!!

I still get this message while compling

C:\Users\Daniel\Desktop\J3DProjrcts>javac AlphaTest.java
Note: AlphaTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

But the class runs successfully after that :]

Thanks cylab!!!!!!!!


Path

C:\Program Files\Java\jdk1.6.0_14\bin\;
C:\Users\Daniel\jogl-1.1.1-windows-i586\lib\;
C:\Users\Daniel\j3d\bin\;

CLASSPATH

C:\Users\Daniel\jogl-1.1.1-windows-i586\lib\jogl.jar;
C:\Users\Daniel\jogl-1.1.1-windows-i586\lib\gluegen-rt.jar;

C:\Users\Daniel\j3d\lib\ext\j3dcore.jar;
C:\Users\Daniel\j3d\lib\ext\j3dutils.jar;
C:\Users\Daniel\j3d\lib\ext\vecmath.jar;
2  Java Game APIs & Engines / Java 3D / Re: Compile time error(Im New) on: 2009-07-24 19:36:31
They are in my C:\Users\Daniel\j3d\bin\
3  Java Game APIs & Engines / Java 3D / Re: Compile time error(Im New) on: 2009-07-24 12:49:11
I have the .dll files in the right directories

JOGL works perfectly as far as I know.

Its just J3D playing up

 Huh
4  Java Game APIs & Engines / Java 3D / Compile time error(Im New) on: 2009-07-23 18:22:09
I have been trying to get j3d code to work for a while now

Here is my command prompt

C:\Users\Daniel\Desktop\J3DProjrcts>javac AlphaTest.java
Note: AlphaTest.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

C:\Users\Daniel\Desktop\J3DProjrcts>java AlphaTest
23-Jul-2009 17:08:50 javax.media.j3d.NativePipeline getSupportedOglVendor
SEVERE: java.lang.UnsatisfiedLinkError: no j3dcore-ogl-chk in java.library.path
Exception in thread "main" java.lang.UnsatisfiedLinkError: no j3dcore-d3d in jav
a.library.path
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
        at java.lang.Runtime.loadLibrary0(Runtime.java:823)
        at java.lang.System.loadLibrary(System.java:1030)
        at javax.media.j3d.NativePipeline$1.run(NativePipeline.java:189)
        at java.security.AccessController.doPrivileged(Native Method)
        at javax.media.j3d.NativePipeline.loadLibrary(NativePipeline.java:180)
        at javax.media.j3d.NativePipeline.loadLibraries(NativePipeline.java:137)

        at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:948)
        at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:280)
        at javax.media.j3d.Alpha.<clinit>(Alpha.java:1005)
        at AlphaTest.<init>(AlphaTest.java:103)
        at AlphaTest.main(AlphaTest.java:467)

Here is my CLASSPATH

C:\Users\Daniel\jogl-1.1.1-windows-i586\lib\jogl.jar;
C:\Users\Daniel\jogl-1.1.1-windows-i586\lib\gluegen-rt.jar;

C:\Users\Daniel\j3d\lib\ext\j3dcore.jar;
C:\Users\Daniel\j3d\lib\ext\j3dutils.jar;
C:\Users\Daniel\j3d\lib\ext\vecmath.jar;

Here is my Path

C:\Program Files\Java\jdk1.6.0_12\bin\;
C:\Users\Daniel\jogl-1.1.1-windows-i586\lib\;
C:\Users\myhome\j3d\bin\;

Anyone help me?
5  Java Game APIs & Engines / JOGL Development / Re: JOGL vs J3D on: 2009-07-23 13:39:44
Off that advise,

I think I will take up both of them and see how it goes and see which one I prefer.

Thank you very much :]
6  Java Game APIs & Engines / JOGL Development / JOGL vs J3D on: 2009-07-23 12:31:55
I have learnt some JOGL and I have a book on J3D

I am new to Graphics programming in Java and I have some questions....

Which is better to programming in the way of speed whilst running and the amount of stuff I can do with it?

Can I integrate J3D and JOGL into one shape/panel/canvas?

Many regards.
7  Java Game APIs & Engines / Java 3D / JOGL vs J3D on: 2009-07-23 12:23:54
I have learnt some JOGL and I have a book on J3D

I am new to Graphics programming in Java and I have some questions....

Which is better to programming in the way of speed whilst running and the amount of stuff I can do with it?

Can I integrate J3D and JOGL into one shape/panel/canvas?

Many regards.
Pages: [1]
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Get high quality music tracks for your game!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (76 views)
2013-05-17 21:29:12

alaslipknot (87 views)
2013-05-16 21:24:48

gouessej (117 views)
2013-05-16 00:53:38

gouessej (112 views)
2013-05-16 00:17:58

theagentd (124 views)
2013-05-15 15:01:13

theagentd (112 views)
2013-05-15 15:00:54

StreetDoggy (156 views)
2013-05-14 15:56:26

kutucuk (178 views)
2013-05-12 17:10:36

kutucuk (177 views)
2013-05-12 15:36:09

UnluckyDevil (185 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.082 seconds with 21 queries.