I can't seem to set a system property when debugging under JDEbug (2.1.6b22).

My prj.el has

  '(jde-db-option-properties (quote (("fountain.properties" . 
"/user/work/databottling/fountain/conf/fountain.properties"))) t)

and I don't see that property when I say

System.out.print(System.getProperties());

in my program.

By comparison, when I run my application (JDE -> Run App), the properties 
defined here

  '(jde-run-option-properties (quote (("tomcat.home" . 
"/user/work/databottling/fountain") ("fountain.home" . 
"/user/work/databottling/fountain") ("fountain.properties" . 
"/user/work/databottling/fountain/conf/fountain.properties"))) t))

get defined in my application.

Suggestions, anyone?

--
Steve Peterson                               +1 952 948 9729
Principal Consultant                     FAX +1 612 677 3050
Virtation Technologies, Inc.            http://virtation.com

Reply via email to