From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.9 (X11; Linux i686; U;) Gecko/20030314 Description of problem: Currently to build Core/CMS you need to add ORACLE_HOME/jdbc/lib/classes12.zip to your CLASSPATH, typically in .bashrc or /etc/profile. It would eliminate a potential source of trouble for new users if build.xml would automatically add this to the build classpath if it detects that $ORACLE_HOME is set. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Try to compile Core, without classes12.zip in your shell's CLASSPATH env var. Additional info:
actually, ccm-profile will add classes12.zip to your CLASSPATH for you as long as ORACLE_HOME is set. Do we still need to add it to build.xml?