Thread: [Jolie-devel] Windows Install from .jar fails onto drive other than C:
A service-oriented programming language.
Brought to you by:
fmontesi
From: Andrew M. <an...@ma...> - 2015-03-23 09:11:30
|
The following is the output from my Windows 8.1 x64 command line: D:\Dev\Jolie>java -jar jolie-1.1.2.jar jolie.InterpreterException: jolie.lang.parse.ParserException: /C:/Users/Andy/App Data/Local/Temp/jolie_installer_tmp6234492217755680579/installer.ol:24: error: F ile not found: console.iol. Found token type STRING, token content console.iol at jolie.Interpreter.buildOOIT(Interpreter.java:1197) at jolie.Interpreter.init(Interpreter.java:999) at jolie.Interpreter.run(Interpreter.java:1068) at jolie.Jolie.main(Jolie.java:59) Caused by: jolie.lang.parse.ParserException: /C:/Users/Andy/AppData/Local/Temp/j olie_installer_tmp6234492217755680579/installer.ol:24: error: File not found: co nsole.iol. Found token type STRING, token content console.iol at jolie.lang.parse.AbstractParser.throwException(AbstractParser.java:19 7) at jolie.lang.parse.OLParser.parseInclude(OLParser.java:699) at jolie.lang.parse.OLParser._parse(OLParser.java:198) at jolie.lang.parse.OLParser.parse(OLParser.java:178) at jolie.Interpreter.buildOOIT(Interpreter.java:1161) ... 3 more c: D:\Dev\Jolie>c: C:\Windows\System32>cd c:\Dev c:\Dev>cd Jolie c:\Dev\Jolie>java -jar jolie-1.1.2.jar Insert the path for the environment variable JOLIE_HOME. JOLIE_HOME indicates the directory in which the Jolie libraries will be installe d. [press Enter to use the default value: C:\Jolie] Please note that using spaces in paths may cause problems. |
From: Matthias D. W. <mwa...@ya...> - 2015-03-23 09:53:14
|
Hi Andrew, this is a known issue, as stated also on the website under Downloads/Windows. The Java class loader is unable to handle different drives, so Jolie and programs need to be installed on the same one. @Fabrizio: could you please explain this better? Matthias Wallnöfer Andrew Masters <an...@ma...> schrieb am 10:23 Montag, 23.März 2015: The following is the output from my Windows 8.1 x64 command line: D:\Dev\Jolie>java -jar jolie-1.1.2.jar jolie.InterpreterException: jolie.lang.parse.ParserException: /C:/Users/Andy/App Data/Local/Temp/jolie_installer_tmp6234492217755680579/installer.ol:24: error: F ile not found: console.iol. Found token type STRING, token content console.iol at jolie.Interpreter.buildOOIT(Interpreter.java:1197) at jolie.Interpreter.init(Interpreter.java:999) at jolie.Interpreter.run(Interpreter.java:1068) at jolie.Jolie.main(Jolie.java:59) Caused by: jolie.lang.parse.ParserException: /C:/Users/Andy/AppData/Local/Temp/j olie_installer_tmp6234492217755680579/installer.ol:24: error: File not found: co nsole.iol. Found token type STRING, token content console.iol at jolie.lang.parse.AbstractParser.throwException(AbstractParser.java:19 7) at jolie.lang.parse.OLParser.parseInclude(OLParser.java:699) at jolie.lang.parse.OLParser._parse(OLParser.java:198) at jolie.lang.parse.OLParser.parse(OLParser.java:178) at jolie.Interpreter.buildOOIT(Interpreter.java:1161) ... 3 more c: D:\Dev\Jolie>c: C:\Windows\System32>cd c:\Dev c:\Dev>cd Jolie c:\Dev\Jolie>java -jar jolie-1.1.2.jar Insert the path for the environment variable JOLIE_HOME. JOLIE_HOME indicates the directory in which the Jolie libraries will be installe d. [press Enter to use the default value: C:\Jolie] Please note that using spaces in paths may cause problems. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jolie-devel mailing list Jol...@li... https://lists.sourceforge.net/lists/listinfo/jolie-devel |
From: Fabrizio M. <fam...@gm...> - 2015-03-23 10:29:21
|
Hi all, Can you create an issue on github about this? I'd like to discuss potential fixes for Jolie 1.2. Cheers, Fabrizio Sent from my phone. On Mar 23, 2015 10:53 AM, "Matthias Dieter Wallnöfer" <mwa...@ya...> wrote: > Hi Andrew, > > > this is a known issue, as stated also on the website under > Downloads/Windows. The Java class loader is unable to handle different > drives, so Jolie and programs need to be installed on the same one. > > @Fabrizio: could you please explain this better? > > Matthias Wallnöfer > > Andrew Masters <an...@ma...> schrieb am 10:23 Montag, 23.März > 2015: > > > > The following is the output from my Windows 8.1 x64 command line: > > D:\Dev\Jolie>java -jar jolie-1.1.2.jar > jolie.InterpreterException: jolie.lang.parse.ParserException: > /C:/Users/Andy/App > Data/Local/Temp/jolie_installer_tmp6234492217755680579/installer.ol:24: > error: F > ile not found: console.iol. Found token type STRING, token content > console.iol > at jolie.Interpreter.buildOOIT(Interpreter.java:1197) > at jolie.Interpreter.init(Interpreter.java:999) > at jolie.Interpreter.run(Interpreter.java:1068) > at jolie.Jolie.main(Jolie.java:59) > Caused by: jolie.lang.parse.ParserException: > /C:/Users/Andy/AppData/Local/Temp/j > olie_installer_tmp6234492217755680579/installer.ol:24: error: File not > found: co > nsole.iol. Found token type STRING, token content console.iol > at > jolie.lang.parse.AbstractParser.throwException(AbstractParser.java:19 > 7) > at jolie.lang.parse.OLParser.parseInclude(OLParser.java:699) > at jolie.lang.parse.OLParser._parse(OLParser.java:198) > at jolie.lang.parse.OLParser.parse(OLParser.java:178) > at jolie.Interpreter.buildOOIT(Interpreter.java:1161) > ... 3 more > c: > > D:\Dev\Jolie>c: > > C:\Windows\System32>cd c:\Dev > > c:\Dev>cd Jolie > > c:\Dev\Jolie>java -jar jolie-1.1.2.jar > > Insert the path for the environment variable JOLIE_HOME. > JOLIE_HOME indicates the directory in which the Jolie libraries will be > installe > d. > [press Enter to use the default value: C:\Jolie] > Please note that using spaces in paths may cause problems. > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Jolie-devel mailing list > Jol...@li... > https://lists.sourceforge.net/lists/listinfo/jolie-devel > |