Hi,
1. You should have jdk 1.5 or above installed in your computer.
2. Download and install ANT ( The ANT build tool)
3. Download the project in a tarball or checkout from subversion.
4. Go to the downloaded folder from command line.
5. Type ant
This will build the project and create a war file "rdserver.war" in the "dist" directory.
Deploy this war archive in your favourite Web Container (Tomcat, JBoss ... etc)
Let me know if you need more help. I considered above that you have some development knowledge in Java.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm new to Java, and I would like to know how to run this project and test it myself.
Thanks.
Hi,
1. You should have jdk 1.5 or above installed in your computer.
2. Download and install ANT ( The ANT build tool)
3. Download the project in a tarball or checkout from subversion.
4. Go to the downloaded folder from command line.
5. Type ant
This will build the project and create a war file "rdserver.war" in the "dist" directory.
Deploy this war archive in your favourite Web Container (Tomcat, JBoss ... etc)
Let me know if you need more help. I considered above that you have some development knowledge in Java.
I figured out you have said that
>> I'm new to Java.
Let me know what Operating System you are using. Setting up Java and ANT is different from OS to OS.