JInstallWizard
========== Installation Guide ==========
Install jdk to program files
Install eclipse to program files
Install ant to program files
Install tomcat to program files
========== (Application Setup) ==========
Make the directory: C:\Developer\Test\workspace
mkdir Developer\Test\workspace\Servers
Download All Journey life Project Jars to the C:\Developer\Test\workspace directory
Journey Life: (Runnable Jar Binaries)
Almanac.jar
DatabaseSoftware.jar
FreelanceStudio.jar
GameFramework.jar
GraphicsGL.jar
HomeOffice.jar
HomePage.jar
JourneyLife.jar
JourneymanSoftware.jar
Servers.jar
In the project: JourneymanSoftware.cmd file try changing
java -jar JourneymanSoftware.jar
to
java -cp JourneymanSoftware com.journey.life.desktop.JourneymanSoftware
The update will read the library files bundled in the binary jar file without having to extract the files using jar xvf JourneymanSoftware.jar
========== jse.cmd (Windows Script jdk 1.7.0) ==========
set JAVA_HOME="C:\Progra~2\Java\jdk1.7.0_09"
set ANT="C:\Progra~2\Apache\apache-ant-1.7.0\bin"
set CATALINA_HOME="C:\Progra~2\Apache\apache-tomcat-7.0.37"
set TOMCAT="C:\Progra~2\Apache\apache-tomcat-7.0.37\bin"
set ECLIPSE="c:\Progra~2\eclipse"
set TEXTPAD="c:\Progra~2\TextPad 4"
set FIREFOX="C:\Progra~2\Mozilla Firefox"
set WINZIP="C:\Progra~2\WinZip"
set PATH=%PATH%;%JAVA_HOME%\bin;%TEXTPAD%;%FIREFOX%;%WINZIP%;%ECLIPSE%;%TOMCAT%;%ANT%;
color f2
========== JInstall Wizard (Application Setup) ==========
Open a command prompt
cd C:\Developer\Test\workspace
java -classpath lib\fmj.jar;jinstall.jar -Djava.library.path=lib com.journey.life.desktop.JInstallWizard
========== Ant Installation Guide/Service Pack Upgrade (Server Directory) ==========
Command Prompt Scripting (Ant Installation script: import-workspace target)
mkdir Developer\Test\workspace\Servers
cd Developer\Test\workspace\Servers
jse.cmd
ant import-workspace
========= Window Resources ==========
documents
pictures
music
videos
=> /web/members/library/
========== Web Resources ==========
Google Drive - documents
Google Picasa - pictures
Google Music Manager - mp3
YouTube - mp4
=> /web/members/library/
========== Optional Installation ==========
Install java media framework - this is now bundled in the jdk1.8.1 installation look for jfxrt.jar
Install java fx 2.2