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

[524 byte] By [bazeusza] at [2007-10-3 2:47:48]
# 1
You will need the same option (or similar) when you run.
jschella at 2007-7-14 20:36:35 > top of Java-index,Java Essentials,Java Programming...