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 - Add jar in version 8.1
Summary: Add jar in version 8.1
Status: CLOSED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-03 07:42 UTC by kaders
Modified: 2017-11-06 07:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Properties window (186.78 KB, image/png)
2017-11-03 10:13 UTC, kaders
Details

Note You need to log in before you can comment on or make changes to this bug.
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.