source: trunk/bindings/java/compilejava.bat @ 1822

Revision 140, 177 bytes checked in by nexus, 12 years ago (diff)
  • Initial Release of the NeXus for Java API.

I apologise for the many messages, but there are a few binary files and
I choose to be careful about the repository

Mark

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1@echo off
2REM Compile java files under Win32
3REM
4javac -g ncsa/hdf/hdflib/*.java
5javac -g neutron/nexus/*.java
6jar -cvf jnexus.jar ncsa/hdf/hdflib/*.class neutron/nexus/*.class
Note: See TracBrowser for help on using the repository browser.