Author:admin

Date:2008-09-19T07:54:43.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@25 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-19 07:54:43 +00:00
parent c0aba35d72
commit 8a46c5d793
247 changed files with 1257 additions and 47 deletions

View File

@@ -1,5 +1,6 @@
[[Property:title|Eiffel2Java Sample]]
[[Property:weight|1]]
[[Property:uuid|90ef17d4-8e23-34dd-1cb8-488533561dd4]]
This example shows how to create an instance of the Java Virtual Machine and the creation of an object of type <eiffel>test</eiffel>, a java class reproduced below:
<code>
(Java Code)

View File

@@ -1,6 +1,7 @@
[[Property:title|Eiffel to Java Interface]]
[[Property:link_title|Eiffel2Java Tutorial]]
[[Property:weight|0]]
[[Property:uuid|2d0fc62b-90e9-650b-2896-d92db66899c9]]
==Introduction==
The Java interface allows you to call Java routines or attributes from your Eiffel code. It uses the Java Native Interface (JNI) provided by the Java Development Kit (JDK). You can get more information about the JNI at:

View File

@@ -1,5 +1,6 @@
[[Property:title|Eiffel2Java]]
[[Property:weight|4]]
[[Property:uuid|009ed581-1141-7db0-74bb-a9cbca15b904]]
Type: Library <br/>
Platform: Any <br/>