We are about to switch to a new forum software. Until then we have removed the registration on this forum.
i have all prerequisites setup for building a library through eclipse.. i have compiled the build file through ant and there is a basic HelloLibrary file which has the basic code of a library.. my problem is how do i get this library exported so that i could test it on my processing app.. or say run it processing for eclipse plugin.. help required ..
Answers
If you have managed to run the build.xml file then it should have created the library in the Processing/libraries folder for you.
Simply restart Processing and select your library from the PDE menu.
thanks...:D :D