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 271749

Summary: Add jar in version 8.1
Product: ide Reporter: kaders
Component: CodeAssignee: issues@ide <issues>
Status: CLOSED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Properties window

Description kaders 2017-11-03 07:42:43 UTC
Hi All,
I am trying to add jars for db2 connection in ide 8.1 but I couldt find the method for that. I looked that in older version you can add it under properties-->libraries--> add jars section. But now there is no libraries section in properties. Can you tell me from where I can add this
Comment 1 Jiri Kovalsky 2017-11-03 09:08:00 UTC
You can still add JARs as libraries to Java projects. Either in project properties and Libraries category or through Libraries node under project root in explorer.
Comment 2 kaders 2017-11-03 10:13:57 UTC
Created attachment 165392 [details]
Properties window

Hello, you can see in the attachment that there is no libraries section in the properties window of projects. 
I added like a library under tools-->Libraries section. But can't add it to the project. Please show me the way.
Comment 3 Jiri Kovalsky 2017-11-06 07:45:34 UTC
You are using Maven based web project. Instead, create a new Ant based project (Java Web category and Web Application project type) which will give you the same functionality you are looking for.