Main > Software Forum
MAWLER: A MAWS Recreation
ids:
Thanks for the kind words Vigo. I'll keep going as long as there is an audience and someone needs it to do something new (or a bugfix).
Minor update, same link (did not update the version number this time). Some small bug-fixes (found issues in csv export, custom queries, etc). Added ability to include header line in csv. And etc (that's the stuff I did and forgot about already)
nitro322:
Hi there. Just registered to say that I also use and adore this software. It's the only thing I've been able to find even after all these years to replace the functionality of MAWS. Just saw that you recently updated it and also you last comment about not continuing it... as Vigo said, don't feel compelled to continue working on something that may be a hassle if you're heart's not in it, but for what it's worth I do sincerely appreciate your efforts on this.
And while I'm here... :-)
I'm actually having trouble with the new version. The full output is here, but I think it's failing on this:
--- Code: ---Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils
at ca.ids.maws.gui.Maws2.init(Maws2.java:321)
at ca.ids.maws.gui.Maws2.launch(Maws2.java:234)
at ca.ids.maws.gui.Maws2.main(Maws2.java:167)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.lang3.StringUtils
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 3 more
--- End code ---
I'm running this on Linux. I've tried icedtea-bin, oracle-jre-bin, and oracle-jdk-bin with the same results. Based on some quick research it seems like that Stringutils class is part of commons-lang3, so I tried download that and setting the classpath to that jar file, but I still get the same error. I'm not sure what else to try.
Any suggestions?
ids:
Thanks for the kind words. It's not that my heart is not into it, it's more a question of there being an audience for it. If there is, I'll keep going. Would also help to know what features are important, so I can focus on those.
As for the bug - I'll try to get a fix out tonight.
ids:
Updated code - removed dependency on the commons-lang3 library. Fix found at the same URL.
ids:
New update at mawler0206.4.zip
Includes:
* Can print the search results table
* External data files have a download link, and a "go to site" link
* Can request MAME to generate the XML with the click of a button
* Mouse back/forward buttons work now