Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Can't link Neuroph libraries to Eclipse
Can't link Neuroph libraries to Eclipse [message #1744980] Mon, 03 October 2016 17:42
Giuliano DC is currently offline Giuliano DCFriend
Messages: 1
Registered: October 2016
Junior Member
Hello everyone,

First time posting here.

I am trying to link Neuroph libraries to Eclipse, i add the jar to the library path.
I use the following code:
NeuralNetwork neuralNetwork = new Perceptron(2, 1);


When i place the mouse on "Perceptrone" i get the following note:

Quote:

This element neither has attached source nor attached Javadoc and hence no Javadoc could be found.


And when i run the program i get the error:

Quote:

Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at org.neuroph.core.NeuralNetwork.<init>(NeuralNetwork.java:106)
at org.neuroph.nnet.Perceptron.<init>(Perceptron.java:55)
at testneur.main.main(main.java:14)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 3 more


Thank you
Previous Topic:Eclipse Neon refuse to compile JFileChooser
Next Topic:Headless builds: Missing resource filter type 'org.eclipse.ui.ide.multiFilter' a problem?
Goto Forum:
  


Current Time: Thu Apr 25 01:25:59 GMT 2024

Powered by FUDForum. Page generated in 0.03415 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top