At 04:21 PM 2/25/00 -0500, you wrote:
>
>Hi,
>
>The CORBA package we use requires -Xbootclasspath. So I need to set this
>for JDEBug.
>I'm not sure which variable I should customize. I read something similar in
>the release notes
>but I got lisp syntax errors from the various attempts I made. The
>bootclasspath I need to use
>is below, thanks in advance.
>
>jill
>
>-Xbootclasspath:c:\apconms\enternal\iona\lib\orbixweb.jar;c:\apconms\externa
>l\Iona\config;d:\onms\jre\lib\rt.jar;d:\onms\jre\lib\i18n.jar
>
Execute
M-x customize-variable jde-db-option-vm-args.
You will get a buffer with the following text:
jde-db-option-vm-args: [Hide]
[INS]
[State]: this option is unchanged from its standard setting.
Specify arguments to be passed to the Java vm. [Hide]
This option allows you to specify one or more arguments to be passed
to the Java interpreter. It is an alternative to using JDE Run Option
variables, such as `jde-run-option-stack-size', to specify Java
interpreter options. Also, it makes it possible to use the JDE with
interpreters that accept command line arguments not supported by
the JDE Run Option variable set.
Parent groups: [jde-db-options]
Click the INS button and enter your boot classpath info:
jde-db-option-vm-args: [Hide]
[INS] [DEL] Argument:
-Xbootclasspath:c:/pconms/enternal/iona/lib/orbixweb.jar;c:/apconms/external
/Iona/config;d:/onms/jre/lib/rt.jar;d:/onms/jre/lib/i18n.jar
[INS]
[State]: you have edited the value as text, but you have not set the
option.
Click the State button and choose "Save for future sessions" if you want
this setting to apply to all projects that do not have a project file. If
you want this option to apply only to the current project, choose "Set for
current session" and save the new setting in the project's project file by
choosing JDE->Project->Project File->Save from the Emacs menubar.
- Paul
------------------------------------------------------------------------------
JDE website: http:/sunsite.auc.dk/jde/
JDE mailing list archive:
http://www.mail-archive.com/[email protected]/maillist.html
If you have a problem with the JDE, please use JDE->Help->Submit Problem
Report to prepare your query. This will insure that you include all
information that may be required to solve your problem.