> Like some other open source components (VisualVM, for example), they > are not included in the OpenJDK source code. If you need them, you > can get them from their upstream.
Yep so there is specific builds or steps to add/inject them in BDS/OSX packages ? Did the build/packages phases source or phases description for Linux / Solaris, as bundled by Oracle are available somewhere ? I see mention of Rhino in various files on OpenJDK build, so I was wondering if there was an automatic way to have them bundled, for example by dropping Rhino (or ViualVM) components sources/binaries at some place. > A good idea tends to be to move the org.mozilla.javascript classes > to a different namespace to avoid clashes with a user-supplied > rhino.jar, like sun.org.mozilla.javascript. Yes, I saw that also on xerces/xalan in previous Sun JDK. > cheers, > dalibor topic Thanks for your help