#Netbeans 15 no input box
15 messages · Page 1 of 1 (latest)
I've correctly laid out the code and netbeans is awaiting my input to continue processing in the next line (I've made sure of it, it doesn't run past the user input stage) but there's nowhere for me to enter said input, and I'm thus staring at a paused project with no way to insert data. The code itself appears to be fine, from looking at my guides and some help with a friend.
It just seems like netbeans IDE 15 isn't providing me anywhere to actually input
(the code in case this is actually me being a doof)
How are you running it???
On NetBeans, you should be able to click Window -> Output, or use the shortcut ctrl + 4. Although it should appear automatically when you run it, at least temporarily
I'm simply pressing shift + f6 as I've been doing since I started. All other options have been greyed out for me, possibly because the code I'm writing isn't quite there yet.
the "output" window is there, it always has been, it simply does not give me any way/ any place to actually input, so it stays awaiting input indefinitely
I forgot what Test File does... Try running it normally
Run file is what I've been doing, sorry if I can't provide any more details