JDTc
What
JDTc is a wrapper around the JDT batch compiler delivered by Eclipse and the Java Development Tools project.
Installing
sudo gem install jdtc
The basics
Demonstration of usage
jdtc -classpath rt.jar Hello.java
Forum
http://groups.google.com/group/buildr4eclipse
How to submit patches
Read the 8 steps for fixing other people’s code and for section 8b: Submit patch to Google Groups, use the Google Group above.
You can fetch the source from either:
- rubyforge: http://rubyforge.org/scm/?group_id=7513
git clone git://rubyforge.org/jdtc.git
git clone git://github.com/GITHUB_USERNAME/jdtc.git
Build and test instructions
cd jdtc rake test rake install_gem
License
This code is licensed under the Eclipse Public License 1.0.
Contact
Comments are welcome. Send an email via the forum
, 19th December 2008
Theme extended from Paul Battley