https://github.com/stdakov/java-tools
https://github.com/stdakov/java-tools
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stdakov/java-tools
- Owner: stdakov
- License: apache-2.0
- Created: 2017-05-15T08:25:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-12T23:37:55.000Z (about 5 years ago)
- Last Synced: 2025-01-07T19:35:17.051Z (10 months ago)
- Language: Java
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Tools
## helper.Path
Easy way to get the relative path to the compiled project (war/jar/class)
if your project is here /var/www/project-name/java.jar
```
System.out.println(Path.getRootPath());
```
It will return:
/var/www/project-name
## Donation
If this project help you reduce time to develop, you can buy me a beer :)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PBMBYCTJWQFQ4)