Author:Peter Gummer

Date:2010-07-17T13:14:31.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@640 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-07-26 15:45:29 +00:00
parent f21363c217
commit 44a8d1bb10
2 changed files with 7 additions and 7 deletions

View File

@@ -26,11 +26,11 @@ In order to run properly you need to read [[Eiffel2Java|the library requirement]
===Compiling the example===
Since the example is using the `test.java' class, the first step is to compile the java class using the `javac' command line utility from the JDK. Once it is done, copy the `test.class' either in $ISE_EIFFEL\examples\Eiffel2Java\EIFGENs\classic\W_code or in $ISE_EIFFEL\examples\Eiffel2Java\EIFGENs\classic\F_code depending on your compilation mode (freezing vs. finalizing).
Since the example is using the `test.java' class, the first step is to compile the java class using the `javac' command line utility from the JDK. Once it is done, copy the `test.class' either into $ISE_EIFFEL\examples\Eiffel2Java\EIFGENs\classic\W_code or else into $ISE_EIFFEL\examples\Eiffel2Java\EIFGENs\classic\F_code, depending on your compilation mode (freezing vs. finalizing).
===Running the example===
One the example is compiled, you can run it and here is the expected output:
Once the example is compiled, you can run it and here is the expected output:
<code>
$ sample
Creating instance of class `test'