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

2018/6/11

Managing multiple versions of Greenfoot

MrBradley MrBradley

2018/6/11

#
I have to maintain multiple versions of greenfoot and I need a way of specifying different greenfoot.properties files or home locations. The USB version does this well with a userhome directory. Is there any way I can specify a different location or file using the generic version so I don't have to have multiple jdks per version? Thanks.
MrBradley MrBradley

2018/6/11

#
java -Duser.home="D:/dir" works fine.
You need to login to post a reply.