SCORE!!!!! Found this by clicking the help link in the java vm
settings panel.
Classpath
The BlueDragon built-in Java VM does not use the CLASSPATH environment
variable to search for Java class files. Instead, it is preconfigured
to include all of the classes (in the form of JAR files) that it
needs; you may not modify any of the preconfigured classes.
You may add additional Java classes and JARs (such as JDBC drivers or
custom CFXs) to the BlueDragon built-in Java VM's classpath using this
page. Multiple directories and JAR files must be separated by semi-
colons (on Windows) or colons (on Linux and Mac OS X). For example the
following entry adds the directories "C:\myclasses" and "C:\myproject
\classes", and the JAR file "C:\lib\myarchive.jar" to the BlueDragon
classpath on Windows:
C:\myclasses;C:\lib\myarchive.jar;C:\myproject\classes
The following entry adds the directories "/usr/local/myclasses" and "/
usr/local/myproject/classes", and the JAR file "/usr/local/
myarchive.jar" to the BlueDragon classpath on Linux or Mac OS X:
/usr/local/myclasses:/usr/local/myproject/classes:/usr/local/
myarchive.jar
You must restart BlueDragon for classpath change to take effect.
Your sample code is working! THANK YOU THANK YOU SOOOO MUCH for your
help with this! I'm REALLY excited to be getting off of IIS and onto
an apache installation.
Once again THANKS!
On Feb 5, 12:47 pm, Matthew Woodward <[email protected]> wrote:
> On Fri, Feb 5, 2010 at 10:37 AM, cpassmore <[email protected]> wrote:
> > I know you said it should 'just work' but do I need to add the
> > classpath in the java vm settings in the BD Admin?
>
> No, not unless there's something different going on with BD Free that I'm
> unaware of. Throwing things in the lib directory makes them available.
>
> --
> Matthew Woodward
> [email protected]http://blog.mattwoodward.com
> identi.ca/Twitter: @mpwoodward
>
> Please do not send me proprietary file formats such as Word, PowerPoint,
> etc. as attachments.http://www.gnu.org/philosophy/no-word-attachments.html
--
Open BlueDragon Public Mailing List
http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon
mailing list - http://groups.google.com/group/openbd?hl=en
!! save a network - please trim replies before posting !!