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 56054 - JSP compile in 4.0 project fails - NoClassDefFoundError: org/apache/jasper/JspC
Summary: JSP compile in 4.0 project fails - NoClassDefFoundError: org/apache/jasper/JspC
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
: 55654 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-07 13:25 UTC by zikmund
Modified: 2006-03-24 13:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-03-07 13:25:49 UTC
Build 200503061900

1) Open 4.0 web project
2) Compile (F9) a JSP file
3) ERROR in Output window:
java.lang.NoClassDefFoundError: org/apache/jasper/JspC
Comment 1 zikmund 2005-03-07 13:29:24 UTC
Newly created projects work fine.
This issue fails also in 4.1 Beta.
Comment 2 Petr Jiricka 2005-03-10 08:28:13 UTC
Fixed.

Checking in UpdateHelper.java;
/cvs/web/project/src/org/netbeans/modules/web/project/UpdateHelper.java,v  <-- 
UpdateHelper.java
new revision: 1.11; previous revision: 1.10
Comment 3 Petr Jiricka 2005-03-10 13:25:25 UTC
*** Issue 55654 has been marked as a duplicate of this issue. ***
Comment 4 zikmund 2005-03-11 10:05:27 UTC
Verified in 200503101100 build.