The 'data' folder when applet is exported
in
Integration and Hardware
•
1 year ago
I've already finished the first draft of my applet and it works properly in processing environment, but when I move the applet into Eclipse for integration with the rest of my project, it doesn't work because it's not able to find the resources (images, fonts), previously stored in the 'data' directory. I've tried copying the data directory to the same path as the applet class, as well as moving just the contents into that path, but no option works. Which one is the directory where I should place them?
1