History | View | Annotate | Download (10.4 KB)
Java interface update [WIP]
Sample Java code to create log with existing key
Cleanup run***Test in makefile
Added previously ignored applications
small changes to test arguments
update Java interface to V2.
still lacking in quite a bit of functionality, but updated the existing code to play well with the current version of the C library.
Updated JavaScript and Java to 0.8.0.
clean: don't remove the build jars: jna*.jar etc.
If java.net or maven.org are down, then try to download the JNA jars from terraswarm.
Updated name of jar file from gdp-0.7-0.jar to gdp-0.7-2.jar to reflect that we are using the 0.7-2 version of the GDP.
More work with shared libraries under RHEL and Ubuntu.
Place the RHEL jar file linux-x86-64-rhel. GDPHelper.java now sets jna.library.path to include $PTII/lib/gdp-0.7-0.jar!/linux-x86-64-rhel/libgdp.0.7.so.
Create linux-x86-64 directory for RHEL shared library.
Fixed typo in how EVENT_HDRS is set.
Copy ../../libs/libgdp- to linux-amd64.
clean: remove *.jar
We use sed -i here, which varies between Mac OS X and RHEL. However calling sed twice like this works.
Updated from 0.6-1 to 0.7.0.
Added shared libraries to the jar file so that JNA can find them.
Updated GDP Java interface to 0.6-1.
Changed version number of Java interface from 0.6-1 to 0.5.
Updated Java interface to 0.6.
Updated the version number of the jar file to match gdp_version.h
Implemented create for Java API
Fixed minor bug in makefile
'run' targets should make sure there's nothing to be compiled?
Cleanup of makefile, do not recompile everything
Note the addition of "jna" as a target to record whether jnaeration has been done.
Include NativeSize.java and NativeSizeByReference.java so that we don't need jnaerator at runtime.
Java makefile changes by christopher for terra
Fixed (hopefully) java interface makefile
Fixed hardcoded buffer.h location for portability
Java interface from Ptolemy repo
Many thanks to Christopher who figured out the hard parts