Skip to content

Commit

Permalink
Add more explanation to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lenhard committed Sep 2, 2013
1 parent 5e188a0 commit 6c60e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ The sample works on Win 7 64bit, but can be fitted on other systems with relativ

Using the sample
=============
Project files for Eclipse are included, so if you want to build the application with Eclipse, simply run the project.
Project files for Eclipse are included, so if you want to build the application with Eclipse, simply clone the project.

For convenience, a pre-built jar file, <code>someservice.jar</code>, is included in the project. I also included an <code>amd64</code> version of procrun. If your architecture is different, you need to replace this one with a version suitable for your system. <code>prunsrv.exe</code> is licensed with the Apache license and [more details are available here](http://commons.apache.org/proper/commons-daemon/procrun.html)
For convenience, a pre-built jar file for the service which you can use directly, <code>someservice.jar</code>, is included in the project. I also included an <code>amd64</code> version of procrun. If your architecture is different, you need to replace this one with a version suitable for your system. <code>prunsrv.exe</code> is licensed with the Apache license and [more details are available here](http://commons.apache.org/proper/commons-daemon/procrun.html).

Finally, you need to adjust your <code>installService.bat</code> to your system. Especially <code>PR_INSTALL</code> and <code>PR_JVM</code> are of relevance.
Finally, you need to adjust <code>installService.bat</code> to your system. Especially <code>PR_INSTALL</code> and <code>PR_JVM</code> are of relevance.

0 comments on commit 6c60e26

Please sign in to comment.