0

I have added two jar files to module settings of a project in intellij, when i run my project the java class doesn't find the jar file, I can see the jars under external libraries, what is the issue? How can i solve this?

slssv
  • 21
  • 1
  • 1
  • 7

1 Answers1

0

Quoted from Correct way to add external jars (lib/*.jar) to an IntelliJ IDEA project

Steps for adding external jars in IntelliJ IDEA:

Click File from File menu
Project Structure (CTRL + SHIFT + ALT + S on Windows/Linux, ⌘ + ; on Mac OS X)
Select Modules at the left panel
Dependencies tab
'+' → JARs or directories
Abhishek Singh
  • 10,243
  • 22
  • 74
  • 108
  • added in the same way and i can see them under external libraries folder, But when i run the code i get: package com.tableausoftware.DataExtract does not exist @Abhishek Singh – slssv Jul 22 '17 at 08:10