aspose file tools
The moose likes IDEs, Version Control and other tools and the fly likes Netbeans and Ctrl + z (end of file) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "Netbeans and Ctrl + z (end of file)" Watch "Netbeans and Ctrl + z (end of file)" New topic
Author

Netbeans and Ctrl + z (end of file)

Nick Petas
Ranch Hand

Joined: Jan 31, 2007
Posts: 38
How can I use Ctrl + z (end of file) inside netbeans?
I am reading a deitel's book about java.
Thank you.
Nick Petas
Ranch Hand

Joined: Jan 31, 2007
Posts: 38
Here is the code : (I managed to run it properly in a console window but only after removing the package commands)







David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Run it from the command line--I don't know if you can enter in all the control characters inside the NetBeans wrapper around the console. If you can't, stick to the command line--you learn more that way anyway.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Netbeans and Ctrl + z (end of file)
 
Similar Threads
Laundry disaster narrowly averted
An invalid XML character Unicode: 0x19
What does EOF mean?
Detecting EOF?
how to make the java application developed in windows environment work on FreeBSD?