Skip to content

Commit

Permalink
dd note about JRE_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
blakemcbride committed Dec 8, 2023
1 parent e783749 commit 4c9cb43
Show file tree
Hide file tree
Showing 12 changed files with 41 additions and 34 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Presuming you have the Java JDK (tested with Java 8, 11, and 17), GIT, and an
Internet connection, you can run the following commands to download, install,
configure, and run Kiss, tomcat, and the required JAR files:

Be sure the JAVA_HOME and JRE_HOME environment variables are set correctly!

### Linux, Mac, BSD, etc.

git clone https://github.com/blakemcbride/Kiss.git
Expand Down
4 changes: 2 additions & 2 deletions manual/man/Back_002dend-API.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manual/man/Command-Line-Utility.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manual/man/Desktop-Application.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manual/man/Developing.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manual/man/Front_002dend-API.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manual/man/Introduction.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manual/man/Orientation.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions manual/man/Split-System.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 12 additions & 10 deletions manual/man/System-Setup.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion manual/man/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 11 additions & 8 deletions manual/setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
@item
you have a JDK installed
@item
you have your JAVA_HOME and JRE_HOME environment variables set correctly
@item
you have an Internet connection
@end enumerate

Expand Down Expand Up @@ -168,11 +170,11 @@
environment.

Before doing anything with the @emph{Development} environment, it is
important that you have the @emph{JAVA_HOME} environment variable set
correctly to the root of your JDK (Java Developer Kit). Doing this
varies according to the OS you are using and various other Java
installation possibilities. There are plenty of instructions on the
Internet for this.
important that you have the @emph{JAVA_HOME} and @emph{JRE_HOME}
environment variables set correctly to the root of your JDK (Java
Developer Kit). Doing this varies according to the OS you are using
and various other Java installation possibilities. There are plenty
of instructions on the Internet for this.

The @emph{Development} environment consists of two servers. One
serves the back-end REST services, and the second serves the front-end
Expand Down Expand Up @@ -212,9 +214,10 @@
GIT source code control system
@end enumerate

Correctly setting the @emph{JAVA_HOME} environment variable to the root of your
JDK is necessary. Setting this varies from OS to OS and also depends on where it
gets installed. Instructions for setting this variable are all over the Internet.
Correctly setting the @emph{JAVA_HOME} and @emph{JRE_HOME} environment
variables to the root of your JDK is necessary. Setting this varies
from OS to OS and also depends on where it gets installed.
Instructions for setting this variable are all over the Internet.

The system was built and tested with JDK 8, 11 and 17,
@uref{https://www.postgresql.org,PostgreSQL},
Expand Down

0 comments on commit 4c9cb43

Please sign in to comment.