Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » The code that does not work(Unresolved compilation problem)
The code that does not work [message #1714919] Tue, 17 November 2015 16:48 Go to next message
Jonathan Camilleri is currently offline Jonathan CamilleriFriend
Messages: 91
Registered: July 2009
Member
I would like your advice on this code, as I would like to factor in:
a) accuracy based on how well the system scores the ratings vis-a-vis an independent check,that is partially automated and partially done manually.
b) an algorithm that learns from the training data
c) a way to allow Eclipse to read the JAR file that I am trying to use for my projects, somehow I do not seem to get it how to start using it. The library is available at http://java-ml.sourceforge.net/.

I need to analyze its content, and start coding, but even when I compile I get this error:

Exception in thread "main" java.lang.Error: Unresolved compilation problem:

at DataClasses.Inspettore.main(Inspettore.java:9)


The error description is too vague.

[Updated on: Tue, 17 November 2015 16:53]

Report message to a moderator

Re: The code that does not work [message #1714965 is a reply to message #1714919] Wed, 18 November 2015 03:31 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 11/17/2015 10:48 AM, Jonathan Camilleri wrote:
> I would like your advice on this code, as I would like to factor in:
> a) accuracy based on how well the system scores the ratings vis-a-vis an independent check,that is partially automated and partially done manually.
> b) an algorithm that learns from the training data
> c) a way to allow Eclipse to read the JAR file that I am trying to use for my projects, somehow I do not seem to get it how to start using it. The library is available at http://java-ml.sourceforge.net/.
>
> I need to analyze its content, and start coding, but even when I compile I get this error:
>
> Exception in thread "main" java.lang.Error: Unresolved compilation problem:
>
> at DataClasses.Inspettore.main(Inspettore.java:9)
>
> The error description is too vague.
>
Your program isn't compiling. You need to fix your compile error before
you can run your program. The Problems view will show you where the
compiler errors are.
Previous Topic:Which lines were executed?
Next Topic:Configure Installed JREs in a Custom Product
Goto Forum:
  


Current Time: Thu Mar 28 08:49:47 GMT 2024

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

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

Back to the top