Search:

Type: Posts; User: jps

Search: Search took 0.08 seconds.

  1. Re: Eclipse .java file without project and package creation

    To what helloworld922 said, I think a mix of all three is about right. Especially 1 and 3.
  2. Re: Eclipse .java file without project and package creation

    You are basically asking how to use eclipse without using eclipse.

    This is how things are organized. The organization allows the IDE to make sure things are in order, to build and check things...
  3. Re: Eclipse .java file without project and package creation

    A package is just a folder to keep related files in.
    A project is just a folder to keep related packages in.

    In eclipse just create a new project, and give it a name. Project Hello (for example)...
Results 1 to 3 of 3