Now, this is nothing spectacular, but I put alot of time into getting it to work.
First I need to give credit to the people that helped me: Winged Panther, Stu_328, and Turk4n. Thanks, like I said this program isn't much but thanks to you i got it working and hopefully you stick around to help me with my second program.. hopefully its easier.
Here it is- pretty proud
--------------------------------------------------------------------------
ok.. these are all applications i made on my desktop keep that in mind, I havn't yet learned the "IDE's" and "API's" people are telling me about.
"Hello.java"
public class Hello
{
public static void main(Strings args[])
{
System.out.println("Hello");
}
}
"compile.bat"
@echo off
title Compiling
C:\Java\jdk1.6.0_12\bin\javac Hello.java
pause
which produces:
"Hello.class"
don't know whats inside of it.. but once its made i run this
"run.bat"
@echo off
title Hello
java Hello
pause
AND, thats my first java program lol.. it opens up a command prompt with Hello as the title and Hello where you type commands... oh yea ;P
Pretty cool dude.. thats the beginning of the path
No good programmer ever skipped Hello World
For now I'm gunna be working in Visual Basic because thats the college course I'm taking but I plan on going to C++, Java, COBOL, and ADA when i have a very good understanding of my first programming language.. I realise now after all the trial and errors I went through these past months with programming that the best way to learn is to find one programming language and learn the basics with it such as strings, substrings, variables, pseudo code/flow charts
love to plan my code before I write it now aswell.. makes things much easier.. and i can work the bugs out from there![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks