Java 3D and Security
794459Apr 23 2010 — edited Apr 26 2010I'm new to Java 3D, and I see that Java3D installs native code libraries when it installs. This raises the question of how Java 3D can possibly run in a browser. Is it possible to run Java 3D in a browser (or starting from a browser, I suppose) without having the user have to accept some dangerous-looking security dialog? If so, how, and why is that possible? Couldn't DLLs and the like contain arbitrary code?