Forum Discussion
dkarr
17 years agoContributor
Yes, I'm installing to a clean directory (I said that already). I'm now using the 20090923 nightly.
I didn't know it required JDK 1.6. My JAVA_HOME needs to be set to point to a JDK 1.5 release for other work, so I had to define a SOAPUI_JAVA_HOME that points to a JDK 1.6 release, and I changed the .bat file to use that. That fixes the classpath issues. However, I'm still getting the following exception when I double click on the "Request 1" node in the test suite:
java.lang.NullPointerException
at com.eviware.soapui.support.components.BrowserComponent.setUpProxy(BrowserComponent.java:639)
at com.eviware.soapui.support.components.BrowserComponent.initBrowser(BrowserComponent.java:251)
at com.eviware.soapui.support.components.BrowserComponent.getComponent(BrowserComponent.java:161)
at com.eviware.soapui.ui.URLDesktopPanel.(URLDesktopPanel.java:37)
I didn't know it required JDK 1.6. My JAVA_HOME needs to be set to point to a JDK 1.5 release for other work, so I had to define a SOAPUI_JAVA_HOME that points to a JDK 1.6 release, and I changed the .bat file to use that. That fixes the classpath issues. However, I'm still getting the following exception when I double click on the "Request 1" node in the test suite:
java.lang.NullPointerException
at com.eviware.soapui.support.components.BrowserComponent.setUpProxy(BrowserComponent.java:639)
at com.eviware.soapui.support.components.BrowserComponent.initBrowser(BrowserComponent.java:251)
at com.eviware.soapui.support.components.BrowserComponent.getComponent(BrowserComponent.java:161)
at com.eviware.soapui.ui.URLDesktopPanel.