Skip to content
forked from stoci/rpg

Role-playing game utilizing state machine & JavaFX

Notifications You must be signed in to change notification settings

pieAre5quare/rpg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Proving Grounds ####Setting up environment We are using Eclipse Kepler SR2 w/ Java8 patch, JDK7u55, and Git for Windows. The file structure shown in the repository represents the project folder inside your designated Eclipse workspace. For example >> C:\eclipse_workspace\project_folder\git repo here

Java 7 requires the jfxrt.jar to be explicitly added to the program's class path therefore the path for your JDK needs to be "C:/Program Files/Java/jdk1.7.0_55/" to use the default .classpath file. Otherwise, you can alter the .classpath file manually every time you pull in order to locate "/Java/jdk1.7.0_55/jre/lib/jfxrt.jar".

About

Role-playing game utilizing state machine & JavaFX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%