bootclasspath question
hey,
I'm working with some java orb that needs its own org.omg CORBA classes to be used during a build. My question here is when I compile (javac) with bootclasspath/p parameter set to this orb's CORBA classes (that seems to work fine) will I need to run (java) it with the same argument set (I think so but not sure) or will it somehow remember the path to this classes set during the compilation ( maybe in some magic way it will )? Is bootclasspath mechanism equal to endorsed dirs mechanism?
thanks

