I want to use a java API in my netlogo program. for that i need to write to a text file and read input from a text file. can this be done in netlogo?
one more query is what are the ways by which i can integrate java API with netlogo.
I want to use a java API in my netlogo program. for that i need to write to a text file and read input from a text file. can this be done in netlogo?
one more query is what are the ways by which i can integrate java API with netlogo.
Yes, you can read and write to a text file from netlogo itself. There is no need to use the Java API. Read about the file commands in the manual.