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 85672 - J2EE 1.4 projects should use source level 1.4 or 1.5, but not 1.6
Summary: J2EE 1.4 projects should use source level 1.4 or 1.5, but not 1.6
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on: 89131
Blocks:
  Show dependency tree
 
Reported: 2006-09-25 11:13 UTC by Petr Jiricka
Modified: 2007-01-16 17:59 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 Petr Jiricka 2006-09-25 11:13:23 UTC
NetBeans 5.5 build 20060925

1. Run the IDE with JDK 1.6
2. Register Sun Appserver 8.2
3. Run the New Web Project wizard
4. Uncheck "Set Source Level to 1.4", click Finish
5. Go to Project Properties => source level 1.6 is used

1.5 should be used, because most J2EE 1.4 servers don't run on JDK 6. Also, it
can be expected that customers who are conservative when choosing J2EE 1.4, will
also be conservative in choosing JDK 1.5 (rather than 1.6) to run the
application in.
Comment 1 Radko Najman 2007-01-16 17:59:05 UTC
Fixed by issue #89131.