Eclipse for OS/2 Transitional Project ===================================== This repository contains the project on porting of the Eclipse SDK (www.eclipse.org) to the OS/2 operating system. It's "transitional" because we hope that when we complete the greater part of this work and get more or less functional OS/2 version we will join the main stream of the Eclipse development, which is initially a cross-platform SDK. For more info see the index.html in the /doc directory. Special Notes on Using Golden Code Java 1.4.1 ========================================== The Golden Code jni_md.h doesn't set the JNIEXPORT and JNIIMPORT definitions as was done in the IBM Java 1.3.1 in jniproto_md.h. The IBM 1.3.1 definitions must be used for linking to a DLL. Specifically, it requires definition to a __declspec() call. Special Notes on Using Innotek Java 1.4.2 ======================================= The Innotek Java distribution doesn't include the jni.h (et.al.) include files. It has been reported that the IBM Java 1.3.1 include directory can be used. Special Notes on Using an Newer Ant ================================== Delete the ant.cmd file in this directory, so it isn't called instead of the Ant distribution's file. Modify the env.cmd file to match your environment.