Simplest Way to Install Java 3D 1.6.0, and VRML and 3DS Loaders for Eclipse (with Source Code)

Опубликовано: 07 Март 2026
на канале: fukinotou11d
8,915
45

#Java3D1.6.0tutorial #3Dmodel #eclipse
This video explains how to install Java 3D 1.6.0 in Eclipse. It also explains how to install the .jar files required for .wrl and .3ds models.


Version detection
********************************************
String versionString = (String) VirtualUniverse.getProperties().get("j3d.version");
System.out.println("versionString " +versionString);
********************************************


1.6.0 final can be downloaded from:
https://jogamp.org/deployment/java3d/...

jogamp-fat.jar can be downloaded from:
https://jogamp.org/deployment/jogamp-...

j3d-vrml97.jar can be downloaded from:
http://www.java2s.com/Code/Jar/j/Down...

StarfireExt.jar can be downloaded from:
https://github.com/cksystemsgroup/JAv...
StarfireExt.jar → View Raw or Download

Loader3DS1_2.jar can be downloaded from:
http://sourceforge.net/projects/java3...


Websites I referred to:

Links to JogAmp's Java 3D
https://community.oracle.com/thread/4...

Overview
http://jogamp.org/wiki/index.php/Java...

Downloading and installing Java3D
http://jogamp.org/wiki/index.php/Down...
https://gouessej.wordpress.com/2012/0...

Java3D Version detection
http://forum.jogamp.org/Java3D-Versio...


Source code described in this video:
https://sites.google.com/view/flying-... (new Google Site)

Source code described in the previous video:
"How to Put a Downloaded Free Blend Swap Model into Java 3D and Manipulate It_4_8"
https://sites.google.com/view/flying-... (new Google Site)


3D model files I used:

1) Car honda civic N050214 (C) by Paul
http://archive3d.net/?a=download&id=2...
License Terms:
When downloading a 3D model, the License Terms page appears.

2) 3D model (Ladybird) (C) by Gilles Tran
downloaded from Oyonale
http://www.oyonale.com/modeles.php?la...
License Terms:
http://www.oyonale.com/modeles.php?la...

3) 3D model (Ship hms victory frigate nelson)
downloaded from
http://archive3d.net/?category=30
License Terms:
After the Download button is clicked, the License Terms page appears.

4) 3D model (でこっぱち天使/Angel)
The download link is changed to
https://www15.atwiki.jp/smith_blp/pag...
OneDrive→ 鍛冶屋黒胡椒 → クリーチャー → angel004.zip
License Terms:
http://www15.atwiki.jp/smith_blp/page...

5) 3D model (Mars Exploration Rover) CC Zero (C) by argonius
http://www.blendswap.com/blends/view/...
License Terms:
http://www.blendswap.com/blends/view/...

6) 3D model (Airplane AN-2 N200314) (C) by Muslim
downloaded from
http://archive3d.net/?a=download&id=c...
License Terms:
After the Download button is clicked, the License Terms page appears.


Illustrations (CC0)I used:

1) Clock
Author free vector graphics
Webpage and license:
http://free-illustrations.gatag.net/t...

2) Treasure chest (thumbnail)
Author avaxhome.ws
Webpage and license:
http://free-illustrations.gatag.net/t...


Thank you for watching my video, and I appreciate the people who have posted wonderful free software, images, models, and Java 3D tutorials that allowed me to make the video.