So I am working on a group project to create a game for my Software engineering class. My group is using GIT and GITHUB to store/update the code.
So I created a clone from Git. I created a project in eclipse for the game. I deleted the src folder and I copied the .git folder, src folder, .gitignore text document,, nbactions.xml, nb-configuration.xml, pom.xml and README.md into the project folder from my GIT directory.
I don't think I needed all of these files but I don't think it will break the code either. I don't see any errors in the code or project.
Question, I am trying to run the game in Eclipse and I get the option to run it as Java Applet or Java Application. Either one I pick I get the error selection does not contain a main type or selection does not contain an applet.
Any ideas or help on how I fix this?
So I created a clone from Git. I created a project in eclipse for the game. I deleted the src folder and I copied the .git folder, src folder, .gitignore text document,, nbactions.xml, nb-configuration.xml, pom.xml and README.md into the project folder from my GIT directory.
I don't think I needed all of these files but I don't think it will break the code either. I don't see any errors in the code or project.
Question, I am trying to run the game in Eclipse and I get the option to run it as Java Applet or Java Application. Either one I pick I get the error selection does not contain a main type or selection does not contain an applet.
Any ideas or help on how I fix this?