Create the code folder if it does not exist already. As a convenience, it also returns the code folder, since it's likely about to be used.
()
| 1655 | * it also returns the code folder, since it's likely about to be used. |
| 1656 | */ |
| 1657 | public File prepareCodeFolder() { |
| 1658 | if (!codeFolder.exists()) { |
| 1659 | codeFolder.mkdirs(); |
| 1660 | } |
| 1661 | return codeFolder; |
| 1662 | } |
| 1663 | |
| 1664 | |
| 1665 | // public String getClassPath() { |