Re: Accessible java environments

2015-10-07 Thread AudioGames . net Forum — Off-topic room : Soul Keeper via Audiogames-reflector


  


Re: Accessible java environments

Sorry, I really thought I had mentioned it in my original post, but I'm not the only person using this computer, and it has no administrator priviliges, which means, sadly, no command line. So I'm limited to what they're willing to install for me, and considering that even the run prompt(windows+r thing) is blocked... I doubt the command prompt will be a thing.

URL: http://forum.audiogames.net/viewtopic.php?pid=234184#p234184





___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Accessible java environments

2015-10-05 Thread AudioGames . net Forum — Off-topic room : Theo via Audiogames-reflector


  


Re: Accessible java environments

I ased

URL: http://forum.audiogames.net/viewtopic.php?pid=233841#p233841




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Accessible java environments

2015-10-05 Thread AudioGames . net Forum — Off-topic room : Theo via Audiogames-reflector


  


Re: Accessible java environments

There was a thread about this a while ago. There seemed to be a consensus that eclipse is the best, although I only needed it for a smallish school assignment, so I decided the learning curve wasn't worth it, and used the command line instead.

URL: http://forum.audiogames.net/viewtopic.php?pid=233843#p233843




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Re: Accessible java environments

2015-10-05 Thread AudioGames . net Forum — Off-topic room : john via Audiogames-reflector


  


Re: Accessible java environments

I'd personally recommend command line with the text editor of your choice.Use a batch file to run javac and java, and pipe them to the log of your choice:javac %1.java > logpath.txt 2>&1 && java %1Replace/add paths to javac and java and the logfile as needed, do not remove the "2>&1" section as you want standard error piped (that's where compiletime errors go).For nvda, use a portable copy on a flash drive, problem solved.You can also make the jdk portable, but this process is slightly more annoying, and I'm working under the presumption that your machine already has the jdk up and running in some form or another.

URL: http://forum.audiogames.net/viewtopic.php?pid=233877#p233877




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector

Accessible java environments

2015-10-03 Thread AudioGames . net Forum — Off-topic room : Soul Keeper via Audiogames-reflector


  


Accessible java environments

I'm looking for an accessible java compiler/runner etc. Eclipse seems to work... ok, but if there's something better out there I'd really like to know about it. Any suggestions would be appreciated, although I am limited to jaws on the laptop I'm using for java. I might be able to bug the IT people to download and install nvda, since they'd have to do thejava software anyways, but I'd rather not.

URL: http://forum.audiogames.net/viewtopic.php?pid=233733#p233733




___
Audiogames-reflector mailing list
Audiogames-reflector@sabahattin-gucukoglu.com
https://sabahattin-gucukoglu.com/cgi-bin/mailman/listinfo/audiogames-reflector