How does one deploy SQLJ programs?
Submitted by admin on Sat, 2005-11-26 02:46.
Use the sqlj compiler to compile your *.sqlj files to *.java and *.ser files. The *.ser files contain vendor specific database code. Thereafter one invokes the javac compiler to compile the .java files to *.class files. The *.class and *.ser files needs to be deployed.
»
- Login to post comments

