I am newish and had a question so I came to the forums. However first I searched the help, faq and forums for what I was looking for after not finding it I simply asked. If you are just going to be a jerk why are you posting on this thread at all? Basically nothing you said was helpful.
The other editors I have been using are brackets, vim, atom, sublime, and a little notepad++. Mainly just to get a feel for the differences and figure out which one I like the best. I also used codepen quite a bit while doing p5.js projects. So far I like using the processing environment the most.
Maybe my question was not clear. All I did to enable p5.js while using other editors was to download a file and/or attach a link using a small bit of code. I want to do the same thing with the java version but can not seem to find the info how. Being new I am aware this is probably very simple for someone who knows how but I do not and that is why I asked.
import java.awt.GraphicsEnvironment;
I have used other java libraries in some of my projects before that is why I used the word “import”.
Hoping maybe it was that simple.
import java.awt.processing;
or some such thing.