Re: Problem running a Windows-made Experiment on a Linux machine
2005-02-01 00:17:59 GMT
The class that throws the exception is not a Weka class. It's part of the Java distribution. I had the same problem last week or so. It's not a Linux vs. Windows issue. The problem appears to occur when you are trying to run some classes from Java 1.5 on Java 1.4 or earlier. In my case the problem went away when I used exactly the same release versions of Java under both Windows and Linux. Cheers, Eibe > Hi, > > I have the problem that I made an experiment using the Experimenter on > a Windows machine and that transferred the experiment-file to a Linux > machine and tried to run the experiment there. I took both, the > Windows and the Linux-Version of Weka off the net about the same time > - about two weeks from now. Since then I tried to get this to run but > I get no futher than this error message when running the experiment > > javax.swing.AbstractListModel; local class incompatible: stream > classdesc serialVersionUID = 6318899794864351705, local class > serialVersionUID = -3285184064379168730 > > I know that some of my colleagues got it working and their experiments > run on the same version of Weka on linux. But neither did a new > installation of both - linux and windows - versions work nor did a 1 > to 1 copy of the Weka directory. So what is not working here and how > can I fix it?(Continue reading)
RSS Feed