Jump to content

Eclipse 3.0 M8 on Gentoo


Guest pipplo
 Share

Recommended Posts

Guest pipplo

I posted this at the gentoo forums but everyone is so much nicer here, adn I useually get responses. Thanks if any of you can help.

 

 

So I emerged the eclipse-sdk-3.0_rc8 ebuild and it starts up fine and everything. I then created a test java project and a test java class in it. The class is simple it just says

 

public class test1 {
  public static void main(String[] args) {
     System.out.println("Joe Rocks");
  }
}

 

Now for some reason however if I go to Project->build all, or Project->build Project the options are greyed out and I cannot use them. Is there a setting I have to alter in the project to allow this

 

I can go to run->run as application and the output will show up in the console correctly, but no .class files or anything are created.

 

Thanks for any help guys, I'm new to eclipse

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...