Entering edit mode
10.7 years ago
Ontheway
▴
10
Hi, I tried to use the software DualBrothers to detect the recombination breakpoints in a set of genes. I installed the software as the instructions describe, but when I tested the software using the examples I received the following error:
*java.lang.ClassNotFoundException: edu.cornell.lassp.houle.RngPack.RandomElement
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)*
Why was there an error? Does anyone know how to solve this problem? Hope to get a reply from you, and thank you !
While I'm not a Java person and I've never used the aforementioned program, this error would seem to indicate that whatever defines
edu.cornell.lassp.houle.RngPack.RandomElement
isn't in your Classpath.