This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 167240
Collapse All | Expand All

(-)jsr223-api_orig/src/javax/script/ScriptEngineManager.java (+10 lines)
Line 137 Link Here
137
                } catch (UnsupportedClassVersionError err) {
138
                    if (DEBUG) {
139
                        err.printStackTrace();
140
                    }
141
                    continue;
142
                } catch (NoClassDefFoundError ncdfe) {
143
                    if (DEBUG) {
144
                        ncdfe.printStackTrace();
145
                    }
146
                    continue;

Return to bug 167240