This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--Compiling JVx Source Code

Documents for the development of and with JVx.

--Compiling JVx Source Code

Postby Development@SIB » Fri Sep 17, 2010 11:54 am



This article is outdated - please use our new system at

https://doc.sibvisions.com




The JVx source code is available on the Download page. The archive contains the source code for JVx, the test cases, test databases, test applications and the licensing information.

This description assumes Eclipse as an IDE, but the integration should also be possible as easily in other development environments. In addition, JDK 5.0 or JDK 6.0 are required. Older Java versions are not supported.

The following steps are required to compile JVx:

  1. Create a new Java Project
  2. Unpack JVx (src, intern, test, testdbs, rad) to the project directory
  3. Add JUnit4 as Library (Java Build Path / Libraries)
  4. Add JavaMail jar
  5. Add JavaBeans Activation Framework jar (not required for JavaSE 6 and newer)
  6. Add a servlet API as jar (e.g. from the Tomcat lib directory)
  7. Add javaws.jar from the JDK (from the jre/lib directory)
  8. Add Apache FileUpload jar
  9. Add JCIFS jar (Version 1.2.x) (optional)

You have now compiled your own JVx Version.
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation