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

2014/11/15

Storage Problems

NikZ NikZ

2014/11/15

#
Is there something wrong with the storage in Java 8? I can't access storage, and the storage.csv file isn't being made.
danpost danpost

2014/11/15

#
I have seen a previous discussion on this. The solution was to use Java 7 instead of Java 8.
davmac davmac

2014/11/15

#
storage.csv file isn't being made
You mean local storage? I wasn't aware of any issues with that...
NikZ NikZ

2014/11/15

#
danpost wrote...
I have seen a previous discussion on this. The solution was to use Java 7 instead of Java 8.
Yeah, I saw that, but, is it going to be fixed?
davmac wrote...
storage.csv file isn't being made
You mean local storage? I wasn't aware of any issues with that...
Usually there is a "storage.csv" that automatically opens with the UserInfo, but none came...
danpost danpost

2014/11/15

#
Just in case you forgot or did not know, you have to actually run the scenario and have something stored before a '.csv' file is created.
NikZ NikZ

2014/11/15

#
Yeah, only my high scores folders have it. But I ran setString() and it didn't open...
danpost danpost

2014/11/15

#
It is not enough to run 'setString' -- you need to run 'store'.
NikZ NikZ

2014/11/16

#
Yeah, I did that too, but now it works, the code was unreachable.
danpost danpost

2014/11/16

#
NikZ wrote...
Yeah, I did that too, but now it works, the code was unreachable.
What do you mean by 'the code was unreachable'? and what did you do to fix it? NVM. I get it. You did not have a call to that block of code or you had a condition that was always 'false', so it was never executed (or you forgot to put a username in the Preferences).
You need to login to post a reply.