Re: JEP 293: Guidelines for JDK Command-Line Tool Options - @-files

2016-10-28 Thread Alan Bateman
On 28/10/2016 20:15, Robert Scholte wrote: : Now I'm getting new messages, often one of these: Error: module-info.class not found for hibernate.jpa module or Error: module-info.class not found for spring.context module or Error: module-info.class not found for spring.orm module So let's forge

Re: JEP 293: Guidelines for JDK Command-Line Tool Options - @-files

2016-10-28 Thread Robert Scholte
On Fri, 28 Oct 2016 07:05:06 +0200, Henry Jen wrote: OS-specific encoding, but has to be ASCII friendly, modern system with UTF-8 as system encoding should work just fine. Hmm, this will probably work for 99%, but I'm sure that we will have Maven users which use special characters on their

Re: JEP 293: Guidelines for JDK Command-Line Tool Options - @-files

2016-10-27 Thread Henry Jen
OS-specific encoding, but has to be ASCII friendly, modern system with UTF-8 as system encoding should work just fine. Space in quote should work just fine, for example, “c:\\Program Files” should be correct. Can you post messages from JLink? Also if you can verify java is working OK with space