Java Gui Builder
You are here: Home   >   Project Dependencies

Project Dependencies

Java Gui Builder can run on any Swing enabled J2SE platform. JGB was tested against Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_08-b03) and Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_01-b01). If you want to build JGB, you will need J2SE 1.4 or better. It is not possible to build on 1.3, but can be used on 1.3.

Here is a list of dependencies and the required versions.

Module name Required at Run-time ? Required at Compile-time ? Included in /lib ? (Developer) Included in /lib ? (Distribution) Description

Java API for XML Processing (JAXP)
http://java.sun.com/xml/jaxp
Minimum required version: 1.1

Yes

Yes

Yes, v1.1

Yes, v1.1

This module is included in JDK1.4. So, if you run JGB under JDK1.4, do not bother downloading. Else, you will need to download and install JAXP from Sun.

JUnit
http://www.junit.org
Minimum required version: 3.8.1

No

Yes

Yes, v3.8.1

No

Automated unit testing tool. This allows one to implement tests and test suites for an application. JUnit is also used in test-first development.

MockObjects
http://www.mockobjects.com
Minimum required version: 0.09

No

Yes

Yes, v0.09

No

MockObjects are used to take the place of another interface or object while testing an application. MockObjects replace objects that would be expensive to create, or that require a specific configuration. This allows a test case to test specific conditions that would be hard to test in natural conditions.

Apache Ant
http://jakarta.apache.org/ant
Minimum required version: 1.5.3

No

No

No

No

A build script runner. This is a standard enough component in today's open source world. This application reads a source file that contains a multitude of tasks.

Please see Building with Ant for more information about the targets available in the build.xml file.

Back to top
SourceForge Logo
Hosted on SourceForge.net
Valid XHTML 1.0!
Valid XHTML 1.0 !
Valid CSS!
Valid CSS !
Code Coverage by Clover
Code Coverage provided by Clover
 |  Home |  License |  Downloads |  Documentation |  Developers |  Mailing Lists |  Dependencies |  Links |  Privacy Policy |  SF Project Home |