Toni Helenius 9ffc74a6ab Remove pack200 stuff, add fake unpack200.exe for Windows %!s(int64=2) %!d(string=hai) anos
..
unzipsfx 5d072ee9f5 SDK NBI Installer: %!s(int64=12) %!d(string=hai) anos
README 845af7bfe0 Improved the SDK Build process so it: %!s(int64=9) %!d(string=hai) anos
build-osx-zip.sh 2efef1d9a3 sdk: correct jme.com -> jme.org %!s(int64=10) %!d(string=hai) anos
build-package.sh db0b0a6c85 Be even more quiet... Stupid Log limit %!s(int64=9) %!d(string=hai) anos
download-jdks.sh 9ffc74a6ab Remove pack200 stuff, add fake unpack200.exe for Windows %!s(int64=2) %!d(string=hai) anos
versions 662c4edd84 - update jdk version info %!s(int64=11) %!d(string=hai) anos

README

The JDKs Folder provides the JDKs which are bundled with the SDK when the Installers are made.
You can change the JDK Version in download-jdks.sh, but don’t change anything apart from that if you don’t know what you are doing.

download-jdks.sh also replaces the functionality of build-osx-zip.sh but requires build-package.sh to be in the same folder.

## Experienced Users: ##
We need to download the JDKs for 5 platforms (Windows, Linux and MacOSX).
The Problem is that those JDKs often come in .exe or .dmg files.
download-jdks.sh hence downloads them and extracts the plain jdk folder out of them so they can be used with build-package.sh to create an SFX archive out of them.
Unfortunately this doesn’t work for Mac OSX, so we simply zip the contents there.

I could make the build work under Mac OS 10.9.5, however under Linux you could run into troubles because of the mount command: missing permissions, no hfs-drivers, etc pp.

Also you need p7zip to be installed and many other more usual build-tools.


- MeFisto94