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 129227
Collapse All | Expand All

(-)/Users/tom/Downloads/jsr223-1-1.0/src/javax/script/ScriptEngineManager.java (+6 lines)
Lines 135-140 Link Here
135
                    // one factory failed, but check other factories...
135
                    // one factory failed, but check other factories...
136
                    continue;
136
                    continue;
137
                }
137
                }
138
                catch (UnsupportedClassVersionError err) {
139
                    if (DEBUG) {
140
                        err.printStackTrace();
141
                    }
142
                    continue;
143
                }
138
            }
144
            }
139
        } catch (ServiceConfigurationError err) {
145
        } catch (ServiceConfigurationError err) {
140
            System.err.println("ScriptEngineManager providers.hasNext(): " 
146
            System.err.println("ScriptEngineManager providers.hasNext(): " 

Return to bug 129227