Copy jar files to a temporary location to avoid class loader instability
Right now Spoofax directly reads jar files from the
Submitted by Lennart Kats on 11 June 2010 at 11:14include
dir for projects that make use of jar files. The class loader does not always like when you overwrite the jar file it’s using. Some JVMs may be worse than others in this respect.
Issue Log
On 25 June 2010 at 11:48 Lennart Kats closed this issue.
On 25 June 2010 at 11:48 Lennart Kats commented:
Fixed in 0.5.1.93.
Log in to post comments