Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Manifest and Java Stored Procedure
Hi,
I have written a Java-package including a manifest in meta-inf/Manifest.mf.
My Java code reads the manifest using the Package class. When executing the
code outside of the database via "java -jar packagename.jar" this works
perfectly.
Then I loaded the Java-Package into the Oracle DB loadjava packagename.jar and published it as as Stored Procedure (the manifest has been loaded into META-INF/MANIFEST.MF). When running the Stored Procedure the package class is now not able to read infomrations from the manifest (ImplementationVersion, SpecificationVersion). I am using Oracle DB 8.1.7 and 9.
Can somebody help me?
Thank you very much for your help!
Ralph
Received on Thu Jan 22 2004 - 06:29:04 CST
![]() |
![]() |