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 - CNFE LanguagesOptions when PHP modules installed
Summary: CNFE LanguagesOptions when PHP modules installed
Status: VERIFIED WORKSFORME
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Marco Walther
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-13 14:09 UTC by Jiri Skrivanek
Modified: 2008-02-22 13:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace. (15.12 KB, text/plain)
2007-03-13 14:10 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
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.