At 11:31 AM 5/6/99 -0400, Allan Stanley wrote:
>What about reflection: Class.forName("java.io.File")
>
>This is supported by all JDK versions, but I don't know about the bean
>shell (tricky!).  If reflection could be used we wouldn't have to mess
>with classpaths, etc.
>

The idea is to avoid having to enter the fully qualified class name.

The jde-import-class command (C-c C-v C-z) already generates an import
statement if you specify a qualified class name. The only value-added I can
see in what you're suggesting is that the JDE would actually verify that
the class exists.

- Paul

Reply via email to