Changes between Version 14 and Version 15 of Doc/SCDB/Eclipse
- Timestamp:
- Oct 27, 2007, 10:07:01 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Doc/SCDB/Eclipse
v14 v15 101 101 === Configuring Java VM for Ant === 102 102 103 Be sure to read instructions about [wiki:Doc/compiler/running running PAN compiler] if you experiment any strange behaviour or slowness. This is recommended to run SCDB Ant tasks in a dedicated Java VM. You can check the current setting by right-clicking on the `build.xml` file in ant pane and choosing `Run As...->External Tools` and then clicking on `JRE` tab. 103 Be sure to read instructions about [wiki:Doc/compiler/running running PAN compiler] if you experiment any strange behaviour or slowness. Itis recommended to run SCDB Ant tasks in the same Java VM as Eclipse workspace. You can check the current setting by right-clicking on the `build.xml` file in ant pane and choosing `Run As...->External Tools` and then clicking on `JRE` tab. 104 105 ''Note : it is not possible to use the same Java VM as the workspace if you need to adjust some VM parameters like maximum memory.'' 104 106 105 107