I want to find a way how to call java classes already created.
The classes which perform special function like encrypt/decrypt.
It can be running in Oracle as JVM functionability.
(the classes can be loaded by "loadjava" whthin Oracle DBMS)
I know that ASE has same architecture and also can be loaded any classes
within Sybase via "installjava"
But, I found that ASE uncompatible with higher class version than 1.1.
So, I am wondering ASE is able to call classes on FileSystem. (e.g) -
abc.jar (not in Sybase)
Anybody have an idea?
I am looking forward to any answers.
Thank you,
ps.
I tried to find specific JVM news group but there was not and I am
writing here.