java.lang.NoClassDefFoundError
by Jim Bradbury
Hope someone who knows Java can help me out.
I just downloaded "kmttg" which is a Java based app for downloading TV programs from my TiVo Roamio.
I've had it working on Ubuntu 15.1 for about a week. Today I decided to upgrade to Ubuntu 16.4.
Now I get this error. I thought alright, I'll just run "kmttg" on my Fedora 23 box which has Oracle Java 8
running on it. When I try to run kmttg on Fedora 23, I get the same error that I get on Ubuntu 16.4.
Here's the output I get when I try to run kmttg from the directory that contains kmttg and kmttg.jar:
./kmttg
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "main"
Shutdown hook executing
Exception: java.lang.NoClassDefFoundError thrown from the UncaughtExceptionHandler in thread "Thread-0"
Any help is appreciated. Thanks in advance.
-= Jim =-
jbradbury4(a)gmail.com
7 years, 7 months
mockito v2.x
by Raphael Groner
I get messages like the following one daily again and again. Obviously, cause I am a co-maintainer of mockito, yes.
Sat Apr 23 18:43:46 2016, the-new-hotness saw an update for mockito, but pkgdb says the maintainers are not interested in bugs being filed
the-new-hotness saw an update for mockito, but pkgdb says the maintainers are not interested in bugs being filed
https://release-monitoring.org/project/7297/
What people think about a bump of mockito to version 2.x in rawhide? Anitya seems not to be able to follow the 1.x branch only. Alternatively, we could introduce a compatibility package and use two Anitya custom projects individually.
7 years, 7 months
spatial4j upgrade
by gil
hi
soon should be available the latest release of spatial4j (0.6)
the main change series is a relocation of the classes. suggestion use:
find ./ -name "*.java" -exec sed -i
"s/com.spatial4j.core/org.locationtech.spatial4j/g" {} +
package affected:
elasticsearch
lucene
lucene4
openrdf-sesame
solr
regards
.g
7 years, 7 months
rome upgrade
by gil
hi
soon should be available the latest release of rome
the main change with the 1.x series is a relocation of the classes.
suggestion use:
find ./ -name "*.java" -exec sed -i
"s/com.sun.syndication/com.rometools.rome/g" {} +
for other changes, please, use as reference
https://rometools.github.io/rome/ChangeLog.html
regards
.g
7 years, 7 months
API changes tracker for Java libraries
by Andrey Ponomarenko
Hello,
I've just opened the new API changes tracker for Java libraries: http://abi-laboratory.pro/java/tracker/
As the first step I've prepared reports for a random set of libraries: Android, Berkeley DB JE, Commons Collections, Hadoop, log4j and SLF4J.
The reports are generated by the new 1.5 version of the japi-compliance-checker tool. It's a big and useful update and it's highly recommended to update the tool if you are using it in your project: https://github.com/lvc/japi-compliance-checker
I'd like to ask the community what libraries would you like to see in the tracker?
Thanks for your feedback.
BTW: The old tracker reports are still hosted by the ROSA Linux team but not updated anymore: http://upstream.rosalinux.ru/java/
7 years, 7 months