Author Topic: What Prod Has Done:  (Read 2540 times)

Prodigy39

  • Professor
  • Surfing south to SeaFoam
  • *****
  • Posts: 1969
  • Friendliness: 18
  • Live your life the way you want to
What Prod Has Done:
« on: May 29, 2012, 05:36:45 pm »
Code: [Select]

public class HelloWorld {


/**
* @param args
*/
public static void main(String[] args) {
System.out.println("Hello world!");


}


}








Also, how do I get back to the tutorial screen to start my next one?
"Tene likes her men like squirrels like their acorns... Buried." -Me, inspired from adult swim
I approve

Ad...

Paradox

  • Professor
  • Fighting Giovanni
  • *****
  • Posts: 966
  • Friendliness: 39
  • Registered User
Re: What Prod Has Done:
« Reply #1 on: May 29, 2012, 05:43:10 pm »
Did you copy that code? Because it seems weird that you would comment the fact that the main method requires args as a paremeter, it's pretty damn obvious since it's a the main method, lmao. You don't need to go back to the tutorial, just make a new project.

Prodigy39

  • Professor
  • Surfing south to SeaFoam
  • *****
  • Posts: 1969
  • Friendliness: 18
  • Live your life the way you want to
Re: What Prod Has Done:
« Reply #2 on: May 29, 2012, 05:44:53 pm »
I need to know the next tutorial xD I'm completly clueless on coding exepept how to make it and that you can type anything in the:
Code: [Select]
/*
*
*/
"Tene likes her men like squirrels like their acorns... Buried." -Me, inspired from adult swim
I approve

Paradox

  • Professor
  • Fighting Giovanni
  • *****
  • Posts: 966
  • Friendliness: 39
  • Registered User
Re: What Prod Has Done:
« Reply #3 on: May 29, 2012, 05:58:00 pm »
That's called a comment. And in the comment you denoted what I said in my previous post. Which leads me to believe you copied that code. What tutorial are you using exactly?

Prodigy39

  • Professor
  • Surfing south to SeaFoam
  • *****
  • Posts: 1969
  • Friendliness: 18
  • Live your life the way you want to
Re: What Prod Has Done:
« Reply #4 on: May 29, 2012, 06:04:27 pm »
How to create a Java Applacation, Hello World! or something like that. Liquid told me to do it to try and learn.
"Tene likes her men like squirrels like their acorns... Buried." -Me, inspired from adult swim
I approve