mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
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:
@@ -0,0 +1,6 @@
|
||||
[[Property:title|EiffelStudio 5 compiler history]]
|
||||
[[Property:link_title|5.x]]
|
||||
[[Property:weight|15]]
|
||||
[[Property:uuid|6fc4449c-889f-521d-4f80-69245fbd5f54]]
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[[Property:title|EiffelStudio 6 compiler history]]
|
||||
[[Property:link_title|6.x]]
|
||||
[[Property:weight|14]]
|
||||
[[Property:uuid|62e7ba4a-0db5-1e46-0097-73313657a7ca]]
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[[Property:title|EiffelStudio 6 release notes]]
|
||||
[[Property:link_title|6.x]]
|
||||
[[Property:weight|14]]
|
||||
[[Property:uuid|e06af7f1-dab6-85ec-0688-0b48c3f2e88b]]
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user