Forum Discussion
cbyndr
16 years agoContributor
Sure, I can switch to JRE 1.6.0_17, which alleviates the UnsupportedClassVersionError.
But, i get hit with this on startup:
java.lang.Error: You cannot initialize Xpcom in this palatform. Supported only: Intel 32 bit mode (x86 arch),Sun(1.5 - 1.6) or Apple(1.5) Java
at com.teamdev.xpcom.Xpcom.initialize(SourceFile:103)
at com.teamdev.xpcom.Xpcom.initialize(SourceFile:85)
at com.eviware.soapui.support.components.BrowserComponent.initialize(BrowserComponent.java:421)
at com.eviware.soapui.SoapUIPro.main(SourceFile:222)
Will this create other problems?
Thank you!
But, i get hit with this on startup:
java.lang.Error: You cannot initialize Xpcom in this palatform. Supported only: Intel 32 bit mode (x86 arch),Sun(1.5 - 1.6) or Apple(1.5) Java
at com.teamdev.xpcom.Xpcom.initialize(SourceFile:103)
at com.teamdev.xpcom.Xpcom.initialize(SourceFile:85)
at com.eviware.soapui.support.components.BrowserComponent.initialize(BrowserComponent.java:421)
at com.eviware.soapui.SoapUIPro.main(SourceFile:222)
Will this create other problems?
Thank you!