0
Similar ide for pc?
Hi, I tried to use scanner on my pc, but good old ready to program does not seem to support it. Does anyone know of a free ide that supports the same functions as this app? (to use on windows) thanks in advance
5 Answers
+ 1
BlueJ is free and light weight, it also supports Class linking through a Graphical User Interface.
Scanner worked for me in Command Prompt too. I am using Java Version 1.7.0_65
+ 3
Free IDE's? Netbeans, Eclipse, IntelliJ, BlueJ...
+ 1
you can try downloading visual studio
0
Thanks for the answers. To clarify, I was mostly looking for an ide that is the closest to the one used by the app, so that all the small things work the same as in the app. My example: I tried to import Scanner into a Ready to program file, as shown in the tutorial of this app, but it didn't work (Ready is probably older?), so I was looking for one that is the same as the one in the app. Thanks again
0
I will try BlueJ tomorrow.