Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagewang committed Jun 3, 2012
1 parent c859c77 commit 8efac09
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Overview
## OVERVIEW

Jwrapper was designed to be a simple wrapper program that runs any Java application without having the user issue commands everytime.

## License
## LICENSE

[Apache License, Version 2.0](http:https://www.apache.org/licenses/LICENSE-2.0.html)
Copyright By Wangxr, [email protected]
4 changes: 3 additions & 1 deletion bin/jwrapper.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
<javahome>C:\myapp\jdk1.6.0_26</javahome>
<mainclass>Hello</mainclass>
<classpaths>
<!-- <classpath>cp1</classpath> -->
<classpath>cp1</classpath>
<classpath>cp2</classpath>
<classpath>cp3</classpath>
<classpath></classpath>
<a>haha</a>
</classpaths>
</java>

0 comments on commit 8efac09

Please sign in to comment.