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 58015 - Trying to start netbeans gives JPDA and other errors
Summary: Trying to start netbeans gives JPDA and other errors
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: PC Unix
: P1 blocker (vote)
Assignee: issues@platform
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-19 01:53 UTC by hexghost
Modified: 2008-12-22 11:34 UTC (History)
1 user (show)

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 hexghost 2005-04-19 01:53:40 UTC
I'm trying to run a fresh download of Netbeans 4.0 on FreeBSD 4.11-STABLE with
the  latest JDK 1.4.2p7. When I start netbeans, I get the following errors in a
popup warning message: 
Warning - could not install module JPDA Debugger API - The package com.sun.jdi
was not loaded or was an outdated version.
Warning - could not install some modules:
   J2SE Projects - The module JPDA Debugger Ant Task would also be installed.
   JPDA Debugger Ant Task - None of the modules providing the capability
org.netbeans.modules.debugger.jpda.ui could be installed.
   JPDA Debugger Ant Task - the module JPDA debugger API would also need to be
installed.
   JPDA Debugger API - The package com.sun.jdi was not loaded or was an outdated
version.
   JPDA Debugger UI - none of the modules providing the capability
org.netbeans.api.debugger.jpda.JPDADebuggerEngineImpl could be installed.
   JPDA Debugger UI - the module JPDA debugger API would also need to be installed.
   JSP/Servlet Breakpoint Support - The module JPDA Debugger API would also need
to be installed
   Tomcat 5 Server - The module JPDA Debugger API would also need to be installed.
   Web Projects - The module JPDA debugger API would also need to be installed.


Due to these errors, I cannot open any project folders from netbeans, can't
create new templates, and basically can't do anything.
Comment 1 Jan Chalupa 2005-04-19 06:06:02 UTC
You're most likely trying to start NetBeans on JRE. However, NetBeans needs a
full JDK installation to start and dt.jar and tools.jar files must be present in
the ${jdk.install}/lib directory.

Make sure you have full JDK installed and the files are there. Then try to start
NetBeans again with the -jdkhome option like this:

   ./netbeans -jdkhome <jdk-install-dir>
Comment 2 Jan Chalupa 2005-04-19 06:09:24 UTC
NetBeans should not be run on JRE -> WONTFIX.
Comment 3 hexghost 2005-04-19 18:17:16 UTC
Appreciate that! Not sure why it was running with the jre but specifying jdkhome
worked.
Comment 4 Tomas Danek 2005-07-27 11:54:53 UTC
Works - closing.