-2

I'm working on a Netbeans project and I'm trying to import these packages but It doesn't exist


Error Displayed


could someone tell me how to fix this problem

Thank you

1 Answers1

0

Whenever you cannot find a package, you should download it from its source and then add it to your project. Here you can take a look at jOOQ/jOOL. As about the other two, make sure you are using Java 8. You will also need to know how to add packages to your projects in the future.

Community
  • 1
  • 1
Lajos Arpad
  • 64,414
  • 37
  • 100
  • 175
  • for the first package I tried to add it but doesn't It says that it's already exist while its not http://www.4shared.com/photo/AqWV9zW_ba/19-07-37_05-46-17_AM.html – geek g020221 Apr 26 '16 at 02:53
  • For the second packages, I'm using java 8 but the packages does't exist!! http://www.4shared.com/photo/l-PXq3Guba/19-07-37_05-44-08_AM.html – geek g020221 Apr 26 '16 at 02:56
  • and for the first package " org.jooq.lambda " I tried to add it manually and I got this http://www.4shared.com/photo/HsmGSCRRba/19-07-37_11-19-02_AM.html – geek g020221 Apr 26 '16 at 08:22