java error when running Translate Utility [message #166610] |
Fri, 07 April 2006 04:07 |
sandudana
Messages: 48 Registered: March 2006
|
Member |
|
|
Hello everybody,
I have Developer Suite 10g with WebUtil 1.6.
I have launched a form with trace option and Forms created a file forms_3528.trc in my trace folder.
In order to visualize I tried to convert the .trc file into a .xml or .html file using the Translate Utility.
My Oracle Developer Home is D:\DevSuiteHome_1
Here there are the steps I followed in dos command window:
D:\>SET CLASSPATH=D:\DevSuiteHome_1\forms\java\frmxlate.jar; D:\DevSuiteHome_1\forms\java\frmall.jar;D:\DevSuiteHome_1
D:\> CD DevSuiteHome_1\forms\trace
D:\>java oracle.forms.diagnostics.Xlate datafile=forms_3528.trc outputfile=myfile.xml outputclass=WriteOut
Here it is the result I got:
What does this mean? I'm not at all familiar with java...
Please let me know if you consider I should post this question on a Java forum not a Forms one.
Thank you
daniela
|
|
|
|
|
Re: java error when running Translate Utility [message #166898 is a reply to message #166893] |
Mon, 10 April 2006 03:24 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I believe that your 'set classpath' statement is deficient in that ALL the others java files and directories have not been included. Shouldn't the statement be something like SET CLASSPATH=D:\DevSuiteHome_1\forms\java\frmxlate.jar; D:\DevSuiteHome_1\forms\java\frmall.jar;%CLASSPATH% I don't remember the exact structure for appending the existing path to the new path.
David
[Updated on: Mon, 10 April 2006 22:59] Report message to a moderator
|
|
|
|
|
|
|