I'm trying to build my own tool, but for whatever reason, I build and the tool is deployed to the correct folder. However, when I start up the processing application it does not show up in the tools menu.
Here is what my build-properties folder contains but i am not sure what could be causing this to happen. I followed the tutorial. The only alteration made is the lib folder instead of libraries as there is no libraries folder within my application. the DragAndDrop jar and folders are located under the tools folder after build but the editor does not pick up on them. any help is appreciated!
# Create tools for the Processing open source programming language and
I'm attempting set up a project in eclipse so that I am able to make my own alterations to processing. However, the error panel is printing out 300+ errors saying that certain types cannot be resolved. I'm really not sure how to fix this problem. any advice would be appreciated. I will also post some of the errors below.
DescriptionResourcePathLocationType
BNOT cannot be resolved to a variablePdeEmitter.java/processing-app/src/processing/mode/java/preprocline 175Java Problem
ARRAY_INIT cannot be resolved to a variablePdeEmitter.java/processing-app/src/processing/mode/java/preprocline 395Java Problem
Bootstrap cannot be resolvedRunner.java/processing-app/src/processing/mode/java/runnerline 541Java Problem
ArrayReference cannot be resolved to a typeRunner.java/processing-app/src/processing/mode/java/runnerline 701Java Problem
ArrayReference cannot be resolved to a typeRunner.java/processing-app/src/processing/mode/java/runnerline 701Java Problem
ARRAY_DECLARATOR cannot be resolved to a variablePdeEmitter.java/processing-app/src/processing/mode/java/preprocline 392Java Problem
ASSIGN cannot be resolved to a variablePdeEmitter.java/processing-app/src/processing/mode/java/preprocline 414Java Problem
BAND cannot be resolved to a variablePdeEmitter.java/processing-app/src/processing/mode/java/preprocline 440Java Problem
BAND_ASSIGN cannot be resolved to a variablePdeEmitter.java/processing-app/src/processing/mode/java/preprocline 453Java Problem