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 84734 - use getJavaPlatform() to prevent jdk mismatch issues
Summary: use getJavaPlatform() to prevent jdk mismatch issues
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: App Client (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-12 20:34 UTC by Vince Kraemer
Modified: 2006-09-12 20:34 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vince Kraemer 2006-09-12 20:34:10 UTC
From: org.netbeans.modules.j2ee.deployment.devmodules.api.J2eePlatform

The if the value returned is not null, we can use the return value to prevent
things like issue 83141.