Setting up Jdeveloper for iStore
I am trying to set up iStore in Jdeveloper 10g but I couldn't find the options given below in project properties !. Please help
6.3) Set the JAVA Options to:
-DFND_TOP=<project_dir>
-DJTFDBCFILE=<project_dir>\secure\<filename.dbc>
-Dframework.Logging.system.filename=C:/Temp/fwsys.log
-Dservice.Logging.common.filename=C:/Temp/istore.log
6.4) Set the program arguments to:
intra=t&log=t
6.3) Set the JAVA Options to:
-DFND_TOP=<project_dir>
-DJTFDBCFILE=<project_dir>\secure\<filename.dbc>
-Dframework.Logging.system.filename=C:/Temp/fwsys.log
-Dservice.Logging.common.filename=C:/Temp/istore.log
6.4) Set the program arguments to:
intra=t&log=t
6.5) In "Common -> J2EE" add:
-out c:\temp\STDOUTLOG.log -err c:\temp\STDERRLOG.log
Edited by: 895133 on 04-Nov-2011 08:44
0