An open API service indexing awesome lists of open source software.

https://github.com/stdakov/java-tools


https://github.com/stdakov/java-tools

Last synced: 8 months ago
JSON representation

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 :)

[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=PBMBYCTJWQFQ4)