java console app used in netbeans 5.5 ide
hi folks,
got a java console app that i'm having trouble with.
points are as follows...
1. when i step into the app (from main) it goes well
2. when i come to the code where i open a bufferedreader stream i get a popup
this popup gives me 3 or 4 options like...
step out, step in, step over, continue
each option gives me the same results.
3. after choosing an option i drop back into my code and after the next step in
I go back to my main, then i go into the close method
4. My stepping through ends!
if i run the program (No recomiplation etc) from the cmd prompt (w2k dos promt) it runs fine.
only problem is that it's taking me for ever to move forwards.
now i'm not strong on OOP hence the reason for leaving out the gui stuff.
think it's just do my head in :)
anyone able to help with this it'd be great.
dave.
[925 byte] By [
dglnza] at [2007-11-27 7:09:05]

# 2
Okay,
Been using notepad and cmd to write some code.
swapping back and forth was annoying so i go netbeans 5.0 or 5.5.
This uses ant and i'm not really wanting to get into GUI developement code YET!.
Had tried 3.6 and knew it could compile and (I thought execute a java console app within the ide).
I've since gone to using netbeans 3.6 and code and compile in the ide.
When i've run _OR_ stepped into the execution to try help debug the program it executes these commands
in main initialises some variables.
goes to open ONE of TWO text files and I get a popup that gives me some options. all of which result in a similar result (namely i go straight to the close method!!
No further processing is done and program stepping / execution is stopped.
similar thing with eclipes also sdk ver 3.2.1
give me any ideas ?
dglnza at 2007-7-12 19:00:32 >
