Consultor Eletrônico



Kbase P102519: What is the OpenEdge JavaTools.properties file?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   23/08/2005
Status: Unverified

GOAL:

What is the JavaTools.properties file?

FACT(s) (Environment):

OpenEdge 10.x

FIX:

JavaTools.properties is an OpenEdge 10.0X file is located in the OpenEdge properties directory.
-%DLC%\properties
-$DLC/properties
The JavaTools.properties file defines the classpath, jvmargs and javapolicy to be used with Progress Tools such as Progress Explorer or Sql Explorer.
Each tool has its own entry or group with a common group to be used as a reference
For example:.
[Common]
classpath=C:\Progress\OpenEdge\jdk/lib/tools.jar,C:\Progress\OpenEdge/java/progress.jar,C:\Progress\OpenEdge/java/messages.jar
jvmargs=-ms8m -mx25m
policyfile=C:\Progress\OpenEdge/java/java.policy

[DEBUGGER]
classpath=C:\Progress\OpenEdge/java/progress.jar
jvmargs=-Xmx512m -Xms64m -DMode=2 -Djava.util.prefs.syncInterval=2000000
[DEBUGGER.Windows]
jvmargs=-Xmx512m -Xms64m -DMode=2