BeanShell default imports - What should I import versus what should I not?
In BeanShell, certain imports are already done for you as shown in the following list:
Default imports
By default, common Java core and extension packages are imported for you. They are, in the order in which they are imported:
- javax.swing.event
- javax.swing
- java.awt.event
- java.awt
- java.net
- java.util
- java.io
- java.lang
So, you will need to import anything over and above what is shown in the above list.
Version history
Revision #:
2 of 2
Last update:
Jul 18, 2023
12:15 AM
Updated by: