Cannot Create Java Source file inside Database [message #131706] |
Tue, 09 August 2005 01:51 |
bhagwan
Messages: 86 Registered: September 2004
|
Member |
|
|
Hi,
When Iam trying to load the java source file through sql promt,I
get the following error.
Warning: Java created with compilation errors.
SQL> show err
Errors for JAVA SOURCE EmailAddressFinder:
LINE/COL ERROR
-------- -----------------------------------------------------------------
0/0 EmailAddressFinder:1: Class java.util.regex.Pattern not found in
import.
0/0 EmailAddressFinder:2: Class java.util.regex.Matcher not found in
import.
I feel this error is coming because the JDK version installed in Oracle database is probably old as the current Java source program uses JDK 1.4.1
Do we need to update the JDK version with some kind of patch?
Is there any way, I can see the JDK version installed in oracle server using sql client?
Rgds,
Bhagwan
|
|
|