I'm working on a Netbeans project and I'm trying to import these packages but It doesn't exist
could someone tell me how to fix this problem
Thank you
I'm working on a Netbeans project and I'm trying to import these packages but It doesn't exist
could someone tell me how to fix this problem
Thank you
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.