Search:

Type: Posts; User: JavaPF

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: nid some quick response here pls.!!!

    A package is basically the location of your current Java classes.

    You create packages so you can keep all your projects nice and tidy. You do not have to declare a package though as you can use...
  2. [SOLVED] Re: nid some quick response here pls.!!!

    Eclipse has really good error handling and debugging features. You will notice that when Eclipse doesn't like something, a red line will appear under the code. Hold your mouse over it and a box will...
  3. [SOLVED] Re: nid some quick response here pls.!!!

    Hello chronoz13,

    Glad you are giving Eclipse a try :D

    I think you are getting this error message because your code does not contain the main method?



    public static void main (String[]...
Results 1 to 3 of 3