Hello,
I would like to ask the following questions:
1. How do I get jde-complete-at-point to work properly? Currently, if I do
the following:
String a;
a.<jde-complete-at-point>
I get a list of methods for String; however, if I do:
Vector a;
a.<jde-complete-at-point>
I get the message "No completions at point"
How must I have my environment set up to (a) pick up the JDK stuff (b) pick
up my local code?
2. Is there any support for debugging Web applications which run under
WebLogic 4.5.1?
Thanks in advance to all who respond...