Search code examples
jarjava-3d

How to make Java 3D jar file working on another computer?


Can we run an executable jar file containing Java3D API on a computer which has no Java3D library installed? It's not comfortable to install java3D on any computer you want to run the application. Is there a way to include everything in the jar file?

Thanks


Solution

  • A sample is avaiable here: Sweet Home 3D executable jar on http://www.sweethome3d.com/download.jsp. Download and look into this jar. August