eclipse

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cdm2883
    New Member
    • Sep 2007
    • 53

    eclipse

    I am working in Eclipse and i am trying to get several classes in one package, how do i go about doing that?



    Thank you,
    David
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Navigate to File>New and select 'package'. Type the name of the new package
    and a new package will be created in your project. Select your new package.
    Repeat the above but select 'file' or 'class'. Type the name of your new class
    and a new class in your selected package will be created. Repeat etc. etc.

    kind regards,

    Jos

    Comment

    Working...