Compiling with forte for java 3.0

I have 2 questions.:)

1.Is it possible to compile jsp files?

2.if i am compiling a java class in which should created a database connection i always get the following error:

"test/Lieferschein.java [22:1] cannot resolve symbol

symbol : class OracleDriver

location: package driver

DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());

^

1 error

Errors compiling Lieferschein."

but if i am compiling it manually (typing javac classfile.java the compiler compiles well.

[565 byte] By [rda2] at [2007-9-26 6:52:35]
# 1
I've got the same Problem by compiling Javabeans with Oracle Database access. I use to compile them manually. I think the problem is not having the way to influence Forte4j by using something like $CLASSPATH ...
jbmmvuye at 2007-7-1 16:21:46 > top of Java-index,Developer Tools,Java Compiler...