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.

Bug 97733

Summary: CNFE LanguagesOptions when PHP modules installed
Product: php Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: Marco Walther <marcow>
Status: VERIFIED WORKSFORME    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Stack trace.

Description Jiri Skrivanek 2007-03-13 14:09:47 UTC
java.lang.ClassNotFoundException:
org.netbeans.modules.languages.options.LanguagesOptions is thrown when you
install latest PHP modules and open .html, .js or .php file in editor. To reproduce:

- install NetBeans IDE (20070313-0853 or newer because it already contains
languages engine and javascript support)
- build PHP modules from sources
- install PHP nbms
- create a java project
- create a new 'Scripting|Empty PHP File' and when it is opened in editor the
exception is thrown (see attachment).

Build 20070313-0853, JDK1.5.0_10, WindowsXP.
Comment 1 Jiri Skrivanek 2007-03-13 14:10:38 UTC
Created attachment 39430 [details]
Stack trace.
Comment 2 Andrew Korostelev 2007-10-26 16:56:56 UTC
not reproducible in recent builds
2007.10.25
Comment 3 Jiri Skrivanek 2007-10-29 11:02:26 UTC
Verified.