Download - SeamCat

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project

Document related concepts
no text concepts found
Transcript
I have been trying to load the Beta version on to my laptop to show my colleagues the new
module but I get the following errors, I am running the latest version of java and I have managed
to load it onto a desktop in Ofcom, I have also removed the beta version from the Java cache and
tried to reload but get the same errors, if you have any ideas it would be a big help. Version 3.1
works ok.
The following are the errors I see in order (the cvc error does happen 3 times)
Exception
java.lang.NullPointerException
at
org.seamcat.presentation.postprocessing.PostProcessingPluginAddEditDialog$1.evaluat
eClassName(PostProcessingPluginAddEditDialog.java:91)
at
org.seamcat.presentation.postprocessing.ClassLoadField.<init>(ClassLoadField.java:27)
at
org.seamcat.presentation.postprocessing.PostProcessingPluginAddEditDialog$1.<init>(
PostProcessingPluginAddEditDialog.java:68)
at
org.seamcat.presentation.postprocessing.PostProcessingPluginAddEditDialog.<init>(Po
stProcessingPluginAddEditDialog.java:68)
at
org.seamcat.presentation.postprocessing.PostProcessingPluginListDialog.<init>(PostPr
ocessingPluginListDialog.java:31)
at org.seamcat.presentation.MainWindow.init(MainWindow.java:2889)
at org.seamcat.Seamcat.main(Seamcat.java:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Launch file
<?xml version="1.0" encoding="UTF-8"?><jnlp
codebase="http://www.seamcat.org/betaversion/" href="seamcat.jnlp" spec="1.0+">
<information>
<title>SEAMCAT 3.2 Beta</title>
<vendor>ERO</vendor>
<homepage
href="http://www.seamcat.org/betaversion/"/>
<description kind="oneline">Spectrum Engineering Advanced Monte Carlo Analysis Tool</description>
<description kind="short">SEAMCAT (Spectrum Engineering Advanced Monte Carlo
Analysis Tool) is a generic radio compatibility analysis software
tool.</description>
<description kind="tooltip">SEAMCAT (c) by
ERO</description>
<icon href="http://www.seamcat.org/erofile32x32.gif"
width="32" height="32"/>
<icon kind="splash" href="splash.gif"/>
<offline-allowed/>
<shortcut online="true">
<desktop/>
<menu submenu="Seamcat 3.2 by ERO"/>
</shortcut>
<association extensions="sws" mime-type="xapplication/sws"/>
<association extensions="sli" mime-type="xapplication/sli"/>
<association extensions="sbj" mime-type="xapplication/sbj"/>
</information>
<security>
<allpermissions/> </security>
<resources>
<j2se version="1.6+"
href="http://java.sun.com/products/autodl/j2se" max-heap-size="256m" initial-heapsize="64m"/>
<property name="sun.java2d.opengl" value="true"/>
<jar href="seamcat.jar"/>
<jar href="jh.jar" />
<jar href="jcommon1.0.10.jar"/>
<jar href="jfreechart-1.0.6.jar"/>
<jar href="orson0.5.0.jar"/>
<jar href="log4j-1.2.8.jar"/>
<jar href="junit.jar"/>
<jar href="jdom.jar"/>
<jar href="xmlParserAPIs.jar"/>
<jar
href="xercesImpl.jar"/>
<jar href="xml-apis.jar"/>
<jar
href="seamcathelp.jar"/>
<jar href="smtp.jar"/>
<jar href="forms1.0.5.jar"/>
<jar href="activation.jar"/>
<jar
href="swingx.jar"/>
<jar href="TimingFramework-0.55.jar"/>
<jar href="mailapi.jar" />
</resources> <application-desc/></jnlp>
Related documents