Community Edition Build Errors
My first project has the following build errors:-
Description Resource Path Location Type
Project 'DirectionalChange' is missing required library: 'C:\Users\atna3\workspace\dc\lib\autoweka.jar' DirectionalChange Build path Build Path Problem
Project 'DirectionalChange' is missing required library: 'C:\Users\atna3\workspace\dc\lib\commons-math3-3.6.1.jar' DirectionalChange Build path Build Path Problem
Project 'DirectionalChange' is missing required library: 'C:\Users\atna3\workspace\dc\lib\joda-time-2.9.9.jar' DirectionalChange Build path Build Path Problem
Project 'DirectionalChange' is missing required library: 'C:\Users\atna3\workspace\dc\lib\SMOTE.jar' DirectionalChange Build path Build Path Problem
Project 'DirectionalChange' is missing required library: 'C:\Users\atna3\workspace\dc\lib\ta4j.jar' DirectionalChange Build path Build Path Problem
Project 'DirectionalChange' is missing required library: 'C:\Users\atna3\workspace\dc\lib\weka.jar' DirectionalChange Build path Build Path Problem
The project cannot be built until build path errors are resolved DirectionalChange Unknown Java Problem
I can see the various .jar files under the lib folder
How do I correct the various build paths ?
Bob M
Please sign in to leave a comment.
Please ignore my post
I am using the IDE IntelliJIDEA 2021.1.1 (Community Edition)
I cloned the project from GITHUB
When I came to build the project, I unfortunately had over 100 errors and 100 warnings :(
I am very new to IJIDEA and am not sure where to go from here..............
I see that the majority of the errors related to not recognizing the presence of the weka.jar and the autoweka.jar files
The following is a list of the problematic java files and the no. of errors/warnings
Do you have any advice on what I should do to allow the project to recognize both the weka.jar and autoweka.jar files
I see that they are both presently listed under the libraries folder
Kind regards
Bob M
>Do you have any advice on what I should do to allow the project to recognize both the weka.jar and autoweka.jar files
Make sure these jars are added to the project as libraries and are set up for corresponding modules in their Dependencies tab.