Download Latest Version CoolProp_sources.zip (25.5 MB)
Email in envelope

Get an email when there's a new version of CoolProp

Home / CoolProp / 4.1.2 / Java
Name Modified Size InfoDownloads / Week
Parent folder
x64 2014-02-14
win32 2014-02-14
sources.zip 2014-02-14 12.5 kB
README.rst 2014-02-14 653 Bytes
Totals: 4 Items   13.2 kB 0

Building

Requirements

SWIG (http://www.swig.org/) A compiler (the Visual Studio 2010 C++ Express version should be fine)

To Build

Run the script build_x64.bat - adjust the paths if necessary to the include folders for your java installation

If on 32-bit windows, run the build_win32.bat file

Each script will put the DLL in the corresponding folder (win32 for 32-bit, x64 for 64-bit)

Running

At the console, run:

javac *.java
java runme

which should output:

702.820647167934

Hiccups

If the bin folder of the installation for java is not on the path, you may need to add it.

Source: README.rst, updated 2014-02-14