Loading...
Logo
Processing Forum
Hello,

What command I should use if I want to import txt file in proclipsing?

I have a txt file in a fixed directory.

In Processing I was using 
Copy code
  1. importSprings("/data/fromRhino/springs.txt");
But this does not work in Eclipse.
How to solve this problem?