This site requires JavaScript, please enable it in your browser!
Greenfoot back
Xolkiyr
Xolkiyr wrote ...

2018/5/11

Is it possible to read and write to a file?

Xolkiyr Xolkiyr

2018/5/11

#
I'm talking a file located on a site that's not greenfoot.org. I'm also compiling the project as a jar file so it's to be run from the user's computer. Is it possible?
danpost danpost

2018/5/11

#
Xolkiyr wrote...
I'm talking a file located on a site that's not greenfoot.org. I'm also compiling the project as a jar file so it's to be run from the user's computer. Is it possible?
Reading the file should not be a problem; however, I am quite skeptical about writing to it due to security reasons.
Xolkiyr Xolkiyr

2018/5/11

#
What about a mysql database?
danpost danpost

2018/5/11

#
Xolkiyr wrote...
What about a mysql database?
I suggest you experiment to find out. It is the best way to learn what is possible and what is not.
Xolkiyr Xolkiyr

2018/5/11

#
danpost wrote...
Xolkiyr wrote...
What about a mysql database?
I suggest you experiment to find out. It is the best way to learn what is possible and what is not.
touché
You need to login to post a reply.