![]() |
Software Download
|
![]() JET | JML4c | UTJML | BibPHP | JML |
![]() |
![]() |
JML4c
|
These notes are intended for local JML4c developers. You first need to configure Eclipse and then download JML4c source code including the front end and the Eclipse Java compiler. For this, follow the following steps.
Configure Eclipse to use Java 6 by doing the following steps whenever a new workspace is created.
The easiest way to download JML4c and all the files including the JML4 front end and the Eclipse Java compiler is to:
dev.eclipse.org
pserver,
use login "anonymous" and an empty password.
To verify the workspace, run JML4 test cases, JML4RAC test cases, and optionally Eclipse test cases.
JML4 tests:org.jmlspecs.eclipse.jdt.core.tests
project from the Java perspective's Project Explorer tab.
org.jmlspecs.eclipse.jdt.core.tests
>> src >>
org.jmlspecs.eclipse.jdt.core.tests
RunJml4Tests.java
and select Run As >> JUnit Test.
org.jmlspecs.eclipse.jdt.core.tests
project from the Java perspective's Project Explorer tab.
org.jmlspecs.eclipse.jdt.core.tests
>> src >>
org.jmlspecs.eclipse.jdt.core.tests.rac
>AllTestSuites.java
and select Run As >> JUnit Test.
org.eclipse.jdt.core.tests.model
project
from the Java perspective's Project Explorer tab.
org.eclipse.jdt.core.tests.model
>> src >>
org.eclipse.jdt.core.tests
>>
RunJDTCoreTests.java
.
Last modified: $Id: install.php,v 1.5 2010/01/29 03:35:27 cheon Exp $