Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Creating a new Eclipse project with a Git repository
Creating a new Eclipse project with a Git repository [message #1721839] Sun, 31 January 2016 22:55
Tyler Galske is currently offline Tyler GalskeFriend
Messages: 2
Registered: January 2016
Junior Member
I have a Git repository that has one .java file in the src file. I also have a .gitignore file with bin inside it. On my laptop is where I created the project and started working on it. I have a desktop too and I would like to be able to work on the same Git repository.

I can clone my Git repository onto my desktop, but I am having trouble creating a new Java project that uses the Git repository. One time I was able to load up the .java file but when I tried to run the program, there was an error stating the main method could not be found.

I would like to be able to run my .java program and commit using Git while using Eclipse. I am a newbie at Java and Git so if you have any questions please ask away.

Thank you.
Previous Topic:How to get actual IMethodBinding for anonymous class constructor?
Next Topic:Java library path set for AST View
Goto Forum:
  


Current Time: Thu Apr 25 20:57:31 GMT 2024

Powered by FUDForum. Page generated in 0.02675 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top