Hi...
Can anyone help me in this area:
1) Is there any way for me to make the java class file into something like a com object(in vb we can create .dlls).
The reason being, I need to use pl/sql in oracle to call
the java code to perform the necessary tasks at hand.
2) I am using some libraries(.jar files) from IBM to
compile the code in Jbuilder.The libraries are at the root
folder.I am wondering if I can include this libraries (embedded in the class file)after compiling the code.
Reason being...when I distribute to a pc at a client's place....the libraries will/may not be there at the client's pc.So, when a call is made to the object...it should perform the tasks.
I am new to java....so any help is much appreciated.
Any clues??
Thanks & rgds,
Altaf.
Can anyone help me in this area:
1) Is there any way for me to make the java class file into something like a com object(in vb we can create .dlls).
The reason being, I need to use pl/sql in oracle to call
the java code to perform the necessary tasks at hand.
2) I am using some libraries(.jar files) from IBM to
compile the code in Jbuilder.The libraries are at the root
folder.I am wondering if I can include this libraries (embedded in the class file)after compiling the code.
Reason being...when I distribute to a pc at a client's place....the libraries will/may not be there at the client's pc.So, when a call is made to the object...it should perform the tasks.
I am new to java....so any help is much appreciated.
Any clues??
Thanks & rgds,
Altaf.