Menu

Tree [r423] / trunk / php-java-bridge / examples / j2ee / src /
 History

HTTPS access


File Date Author Commit
 META-INF 2005-01-28 jost2345 [r123] Release-1.0.8
 DocumentBean.java 2005-01-28 jost2345 [r123] Release-1.0.8
 DocumentHome.java 2005-01-28 jost2345 [r123] Release-1.0.8
 DocumentRemote.java 2005-01-28 jost2345 [r123] Release-1.0.8
 Page.java 2005-01-28 jost2345 [r123] Release-1.0.8
 README 2005-01-28 jost2345 [r123] Release-1.0.8

Read Me

Building the documentBean.jar
-----------------------------

It is assumed that you use the Sun J2EE application server and that
your server is already installed in some directory, for example in
~/SUNWappserver.  The environment variable $app_server should point to
this directory.

1. Compile the java files, for example with the command:

   $app_server/jdk/bin/javac -classpath $app_server/lib/j2ee.jar:. *.java


2. Create the documentBean.jar file, for example with the command:

   $app_server/jdk/bin/jar cf ../documentBean.jar *

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.