1. Create and select a new project in ProjectViewer
2.
Open the JLib option dialog
If the "Save Project
classpath" option is active, you obtain:
[error]
BeanShellAction:
java.lang.NullPointerException
[error]
BeanShellAction: at
java.util.StringTokenizer.<init>(Unknown
Source)
[error] BeanShellAction: at
java.util.StringTokenizer.<init>(Unknown
Source)
[error] BeanShellAction: at
jlib.JLibOptionPane.pathToTableData(JLibOptionPane.java:161)
[error]
BeanShellAction: at
jlib.JLibOptionPane._init(JLibOptionPane.java:84)
[error]
BeanShellAction: at
org.gjt.sp.jedit.AbstractOptionPane.init(Unknown
Source)
I think this is because when you call
pathToTableData(path) at line 84 in
"JLibOptionPane.java"
the "path" variable that gets
initialized at line 51 is null, since ProjectViewer still
knows
nothing about the
"options.jlib.classpath".
Regards and thanks for
this useful plugin!
Amedeo
Logged In: YES
user_id=489393
I think this should have been fixed by some unrelated
cosmetic changes. Let me know