Configuring and Installing JME #2
Now you need to install the JME onto your computer. You should get the latest version from cvs. You can do this by opening up your eclipse, select Window->show view->other. Then you should select the CVS Repository. Under the CVS Repositories tab, you should right-click in its view space->New->repository location.
Host: cvs.dev.java.net
Repository path: /cvs
User: guest
Password: leave blank
Connection type: pserver
Click save password and select finish
Expand the Head from the cvs Repository menu. Find the jme folder, right click it and select checkout as...
In the check out as popup you should check the option check out as a project configured using the New Project Wizard, checkout subfolders should always be checked, and then click finish.
Select Java Project in the new project wizard.
Select create new project in workspace and put jme for project name.
Also select "user project folder as root for sources and class files" and
check the JRE you are using.
click next.
Select create new source folder under source tab.
Put src under the folder name.
select replace existing project source folder entry to solve nesting.
Select Allow output folders for source and put jme/bin in the default output folder. Press finish.
You now have successfully create your jme project.
In your current project where you will build your game you need to create a reference to the JME. You can do this by going to the projects Java Build Path and select the project tab. You can select add and select the jme from your project list. Press okay when you are done.
Your JME is ready for use.
Go To #3

0 comments:
Post a Comment