I was piloting a study today, and when I went to test it was prompted to upgrade to Java 7. After updating it now no longer seems to be able to launch the application. Wondering if this is an application bug, since this script was previously working.
This is the URL to the launch script:
http://research.millisecond.com/jhiggin8/designenvironments.web
The popup window, labeled as "Application Error: Unable to launch the application.", includes the following error message under details:
<jnlp codebase="http://www.millisecond.com/" href="download/4/4_0_0_1/jws/Inquisit.jnlp?ScriptPath=http%3A%2F%2Fwww.millisecond.com%2Fmyaccount%2Fscripts%2Fjhiggin8%2Fdesignenvironments%2Fdesignenvironments.exp&UserId=jhiggin8&GroupId=1&SubjectId=2&MonkeyMode=human&EncryptionKey=null&FinishPage=http%3A%2F%2Fwww.millisecond.com%2Fmyaccount%2Fscripts%2Fjhiggin8%2Fdesignenvironments%2Fdebrief.htm">
<information>
<title>Inquisit 4 Web Edition</title>
<vendor>Millisecond Software</vendor>
<homepage href="default.aspx"/>
<description>Inquisit 4 Web Edition by Millisecond Software</description>
<icon href="images/Inquisit4JwsIcon.jpg"/>
<icon kind="splash" href="images/Inquisit4JwsSplash.gif"/>
</information>
<security>
<all-permissions/>
</security>
<resources os="Mac OS X" arch="i386">
<j2se version="1.6+" java-vm-args="-d32"/>
<j2se version="1.5+"/>
<j2se version="1.4+"/>
<j2se version="1.3+"/>
<j2se version="1.2+"/>
<j2se version="1.1+"/>
<nativelib href="download/4/4_0_0_1/jws/mac/InquisitJava.jar"/>
</resources>
<resources os="Windows" arch="x86">
<j2se version="1.6+"/>
<j2se version="1.5+"/>
<j2se version="1.4+"/>
<j2se version="1.3+"/>
<j2se version="1.2+"/>
<j2se version="1.1+"/>
<nativelib href="download/4/4_0_0_1/jws/win32/InquisitJava.jar"/>
</resources>
<resources os="Windows" arch="amd64">
<j2se version="1.6+"/>
<j2se version="1.5+"/>
<j2se version="1.4+"/>
<j2se version="1.3+"/>
<j2se version="1.2+"/>
<j2se version="1.1+"/>
<nativelib href="download/4/4_0_0_1/jws/win64/InquisitJava.jar"/>
</resources>
<resources>
<j2se version="1.6+"/>
<j2se version="1.5+"/>
<j2se version="1.4+"/>
<j2se version="1.3+"/>
<j2se version="1.2+"/>
<j2se version="1.1+"/>
<jar href="download/4/4_0_0_1/jws/InquisitJws.jar" main="true"/>
</resources>
<application-desc main-class="inquisitjws.InquisitApp">
<argument>http%3A%2F%2Fwww.millisecond.com%2Fmyaccount%2Fscripts%2Fjhiggin8%2Fdesignenvironments%2Fdesignenvironments.exp</argument>
<argument>jhiggin8</argument>
<argument>1</argument>
<argument>2</argument>
<argument>human</argument>
<argument>null</argument>
<argument>http%3A%2F%2Fwww.millisecond.com%2Fmyaccount%2Fscripts%2Fjhiggin8%2Fdesignenvironments%2Fdebrief.htm</argument>
</application-desc>
</jnlp>