Dear all,
We are using JDK 1.5 version in our project. We have some other jar files also (some 3rd party and some given by the client) which require JDK 1.5. We have Oracle 10g as database. The cleint is also using the Oracle 10g as database.
In this project, we have to generate some
java code, and that code has to place in Database as Java Stored Procedure.
While placing the code in Java Stored Procedure, the code is not getting compile and we are getting an error because of version compatability with JVM of Oracle 10g. We are using JDK 1.5 and the JVM at Oracle 10g is using JDK1.4. Here we stuck.
So, we can do either one of this,
1. Aurora JVM Oracle 10g has to be updated, but at present it is not available.
2. We have to convert the current jar files which are generated using JDK 1.5 into JDK 1.4 compatable (if possible).
3. We have to rewrite the whole thing with older jar files.(But this is not suggestable)
Please help me in this regard. It is urgent.
Thanks in advance.