Author:halw

Date:2011-11-02T18:26:28.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1007 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
manus
2011-11-04 18:49:47 +00:00
parent 12b2b1e33e
commit c9f88c4f82
4 changed files with 18 additions and 9 deletions

View File

@@ -12,15 +12,6 @@ The Java interface allows you to call Java routines or attributes from your Eiff
* The environment variable CLASSPATH should defined (check with the JDK documentation on how to do so) and that it contains the Java classes you want to access.
* The environment variables should be setup correctly. See $ISE_EIFFEL\library\Eiffel2Java\README.txt for information how to do this.
===Borland users===
On Windows, the JDK includes a set of C libraries which have been compiled for the Microsoft C compiler. Before being able to use the JDK from Eiffel you need to perform the following operation:
# In $JDK_HOME\lib, rename javai.lib into javai.lib.microsoft
# From the DOS command prompt and in the directory $JDK_HOME\lib, launch the following command <br/>
<code lang=text>
%ISE_EIFFEL%\bcc55\bin\implib javai.lib..\bin\javai.dll</code>
===Limitations===
* In this version, you can only use one JNI environment.
* Only one thread can interact with the Java Virtual Machine (JVM).