home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgLangD.iso
/
VCAFE.3.0A
/
Main.bin
/
sc.ini
< prev
next >
Wrap
INI File
|
1998-11-04
|
2KB
|
52 lines
;
; This file (sc.ini) controls the Visual Cafe environment including
; the internal Java VM as well as the VM used by calling "java" on
; the command line.
;
; If you wish to edit this file there are two ways:
; - by hand
; - inside Visual Cafe in the Environment|Options|Internal VM tab
; (new in Visual Cafe 3.0).
;
; Either way you modify it you must restart Visual Cafe for the
; changes to take effect
;
;-----------------------------------------------------------------
; Just In Time (JIT) Compiler options
;
; NOTE: You must put the JAVA_COMPCMD variable in the
; [Environment] section below.
;
; Turn JIT off (gives line number and method info in StackTrace)
; JAVA_COMPCMD=DIS
; Turn StackTrace on (gives method info in StackTrace)
; JAVA_COMPCMD=STA
; Turn JIT on (gives no StackTrace)
; JAVA_COMPCMD=
;
;-----------------------------------------------------------------
; Important Notes:
;
; - use the ';' character for comments
; - do not have duplicate entries (if you want to use the editor
; in Visual Cafe)
; - if you do not supply an entry in the file the entry in the
; environment (SET VAR=VALUE on the command line) will be used
;
[Version]
version=1.00 Build 4
[Environment]
PATH=%@P%\..\BIN;%@P%\..\Java\Bin;%PATH%
BIN=%@P%\..\Bin
INCLUDE=%@P%\..\INCLUDE
LIB=%@P%\..\Lib
HELP=%@P%\..\HELP
JAVAINC=%@P%\..\JAVA\SRC;%@P%\..\JFC;
CLASSPATH=.;%@P%\..\JAVA\LIB;%@P%\..\JAVA\LIB\SYMCLASS.ZIP;%@P%\..\JAVA\LIB\CLASSES.ZIP;%@P%\..\JFC\SWINGALL.JAR;%@P%\COMPONENTS\SFC.JAR;%@P%\COMPONENTS\SYMBEANS.JAR;%@P%\..\JAVA\LIB\Collections.zip;%@P%\..\JAVA\LIB\icebrowserbean.jar;%@P%\..\JAVA\LIB\jsdk.jar;%@P%\..\JAVA\LIB\SYMTOOLS.JAR
JAVA_HOME=%@P%\..\JAVA
API=%@P%\..\java\docs
JAVADOC_VIEWER_HOME=%@P%\..\java\docs
JAVADOC_VIEWER_PATH=%@P%\..\java\docs;%@P%\..\Documentation\JFC;%@P%\..\java\docs\symantec