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.

