You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.ClassNotFoundException: net.java.truecommons.cio.MutableEntry
Caused by: java.lang.NoClassDefFoundError: net/java/truecommons/cio/MutableEntry
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:335)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at net.java.truevfs.driver.jar.JarDriverMapModifier.apply(JarDriverMapModifier.java:44)
at net.java.truevfs.driver.jar.JarDriverMapModifier.apply(JarDriverMapModifier.java:38)
at net.java.truecommons.services.ProviderWithSomeFunctions.get(ProviderWithSomeFunctions.java:30)
at net.java.truevfs.kernel.spec.sl.FsDriverMapLocator$Lazy.<clinit>(FsDriverMapLocator.java:46)
at net.java.truevfs.kernel.spec.sl.FsDriverMapLocator.get(FsDriverMapLocator.java:38)
at net.java.truevfs.kernel.spec.sl.FsDriverMapLocator.get(FsDriverMapLocator.java:28)
at net.java.truevfs.access.TArchiveDetector.extensions(TArchiveDetector.java:79)
at net.java.truevfs.access.TArchiveDetector.<init>(TArchiveDetector.java:152)
at net.java.truevfs.access.TArchiveDetector.<init>(TArchiveDetector.java:132)
at net.java.truevfs.access.TArchiveDetector.<clinit>(TArchiveDetector.java:65)
at net.java.truevfs.access.TConfig.<init>(TConfig.java:247)
at net.java.truevfs.access.TConfig.<clinit>(TConfig.java:208)
at runtime when trying to use the latest TrueVFS 0.12.0 and instantiate a TFile. I have confirmed that truecommons-cio-2.5.0.jar is on the classpath and can see from the IDE that the MutableEntry class is available. In fact, if I instantiate a MutableEntry object directly in my own source, I have no issue. However, if I try to create a TFile on the following line, I get this error deep down in TrueVFS. This all worked fine on 0.11.1.
The text was updated successfully, but these errors were encountered:
Keep getting
at runtime when trying to use the latest TrueVFS 0.12.0 and instantiate a TFile. I have confirmed that
truecommons-cio-2.5.0.jar
is on the classpath and can see from the IDE that theMutableEntry
class is available. In fact, if I instantiate aMutableEntry
object directly in my own source, I have no issue. However, if I try to create a TFile on the following line, I get this error deep down in TrueVFS. This all worked fine on 0.11.1.The text was updated successfully, but these errors were encountered: