Quote:
| but how to get see what you have done! |
Once you have the code, compile it and then run it.
Quote:
| I mean whats the point to write that all in notepad if you dont see what you gain.. |
First, notepad is a terrible plain text editor. Either use an IDE like Eclipse or a get a significantly better editor like Notepad++ or JEdit or UltraEdit or something. Next, if you don't know how to compile your code, the wrong thing to do is to complain about Java. The correct thing is to figure out using Google and after that forums such as these, what exactly to do with your code.
Quote:
| Or better question: How can I get to see what I have made?? |
Yeah, see, you probably should have asked that first. First you should consult Google. Even if you don't get the answer, you might narrow down your problem. For example, with Google and a few clicks, you get to:
http://java.sun.com/docs/books/tuto...java/win32.html. You can see that the steps include writing the code, compiling the code, and then running it. So a bit of thinking and you might realize that while you can write code, you have no idea how to compile it. Except, Google, and tutorials also show you how to compile the code. That URL itself has instructions.
If you still have trouble, post on the Java forum, detailing your issue, the steps you took (including what you Googled), and why it failed (what made you ask a question on the forums).