Fix for encoding utf-8 with javac
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@130691 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
23ce62b098
commit
c0ae52e48a
|
@ -749,7 +749,7 @@ public class ProjectBuilder {
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
ProcessBuilder pb = new ProcessBuilder("javac", "-cp",
|
ProcessBuilder pb = new ProcessBuilder("javac", "-encoding", "utf-8","-cp",
|
||||||
tempDirectory.toAbsolutePath().toString() + "/*",
|
tempDirectory.toAbsolutePath().toString() + "/*",
|
||||||
packageHome.toAbsolutePath().toString()
|
packageHome.toAbsolutePath().toString()
|
||||||
+ File.separator
|
+ File.separator
|
||||||
|
|
Loading…
Reference in New Issue