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 243553 - ClassNotFoundException: org.netbeans.modules.php.api.phpmodule.PhpProgram
Summary: ClassNotFoundException: org.netbeans.modules.php.api.phpmodule.PhpProgram
Status: RESOLVED WONTFIX
Alias: None
Product: php
Classification: Unclassified
Component: ApiGen (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-04 10:28 UTC by elaberino
Modified: 2014-04-25 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195809


Attachments
stacktrace (5.19 KB, text/plain)
2014-04-04 10:28 UTC, elaberino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description elaberino 2014-04-04 10:28:56 UTC
This issue was reported manually by elaberino.
It already has 1 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Windows 7

User Comments:
elaberino: In switched to the PhpDoc->Dialog in Options-> PHP.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.php.api.phpmodule.PhpProgram
   at java.net.URLClassLoader$1.run(URLClassLoader.java:0)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:0)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:0)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:0)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:0)
Comment 1 elaberino 2014-04-04 10:28:57 UTC
Created attachment 146543 [details]
stacktrace
Comment 2 Jaroslav Tulach 2014-04-25 10:13:03 UTC
java.lang.NoClassDefFoundError: org/netbeans/modules/php/api/phpmodule/PhpProgram while loading org.netbeans.modules.php.phpdoc.PhpDocScript; see http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
        at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:263)
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:0)
        at org.netbeans.modules.php.phpdoc.ui.options.PhpDocOptionsPanel.(PhpDocOptionsPanel.java:86)
Comment 3 Tomas Mysik 2014-04-25 10:20:22 UTC
Simply download the latest NetBeans, it will work.

Thanks.
Comment 4 Tomas Mysik 2014-04-25 10:21:13 UTC
(Or download latest version of the plugin from plugins portal.)