Is it impossible to embed Java3D in a way that I don't need to install it?
Posted
by Kyle
on Stack Overflow
See other posts from Stack Overflow
or by Kyle
Published on 2010-06-02T09:16:22Z
Indexed on
2010/06/02
10:33 UTC
Read the original article
Hit count: 176
I'm running a big application and a small part of it includes Java 3D, the problem is many users need to use the code, but it isn't practical for everyone to install Java 3D just to run the application if they aren't even going to use that section of the application.
Is it possible through compiling an extra jar, or changing some paths, to include Java 3D in a project without installing it on a system? Or perhaps to manually include any dlls?
© Stack Overflow or respective owner