Note that there are some explanatory texts on larger screens.

plurals
  1. POUnsatisfiedLinkError after install, cannot run PLAY
    text
    copied!<p>I am stuck in the very beginning step. I just install JDK and Play, added all necessary directories in the <code>PATH</code> variable. When I run PLAY command, I get the <code>UnsatisfiedLinkError</code> mentioned below. Please let me know how to fix this.</p> <p>Running Windows 8 x64 and the <code>PATH</code> directory is</p> <blockquote> <p>C:\iSanthosh\dev.tools\play-2.1.3\;C:\Program Files\Java\jdk1.7.0_25\jre\bin;C:\Program Files\Java\jdk1.7.0_25\bin;C:\Program Files\Java\jre7\bin;</p> </blockquote> <p><strong>Error:</strong></p> <pre><code>java.lang.UnsatisfiedLinkError: C:\Users\Santhosh\AppData\Local\Temp\jline_0_12_2.dll: Access is denied at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary1(Unknown Source) at java.lang.ClassLoader.loadLibrary0(Unknown Source) at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.System.load(Unknown Source) at jline.WindowsTerminal.initializeTerminal(WindowsTerminal.java:240) at jline.Terminal.setupTerminal(Terminal.java:75) at jline.Terminal.getTerminal(Terminal.java:26) at jline.ConsoleReader.&lt;init&gt;(ConsoleReader.java:174) at jline.ConsoleReader.&lt;init&gt;(ConsoleReader.java:169) at jline.ConsoleReader.&lt;init&gt;(ConsoleReader.java:157) at play.console.Console$.&lt;init&gt;(Console.scala:15) at play.console.Console$.&lt;clinit&gt;(Console.scala) at play.console.Console.run(Console.scala:262) at play.console.Console.run(Console.scala:259) at xsbt.boot.Launch$.run(Launch.scala:55) at xsbt.boot.Launch$$anonfun$explicit$1.apply(Launch.scala:45) at xsbt.boot.Launch$.launch(Launch.scala:69) at xsbt.boot.Launch$.apply(Launch.scala:16) at xsbt.boot.Boot$.runImpl(Boot.scala:31) at xsbt.boot.Boot$.main(Boot.scala:20) at xsbt.boot.Boot.main(Boot.scala) Error during sbt execution: java.lang.UnsatisfiedLinkError: C:\Users\Santhosh\AppData\Local\Temp\jline_0_12_2.dll: Access is denied </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload