Hi Yael,
Everything should be in the jar file that you mentioned. Did you
download the actual file by clicking on the link where it says "try
downloading the file instead" or did you just right click on the
attachment and choose "Save file as.."? You can check the size of the
file that you downloaded, it should be about ~616kb. You can open that
file with any zip compatible program (such as 7-zip) since .jar files
are also zip files. Does it contain the classes in the com\heuristiclab
\problems\externalevaluation folder?
The classes that you mentioned are part of the package
com.heuristiclab.problems.externalevaluation. Did you add the
according import statement to your code?
Are you getting any specific error message?
Sincerely,
Andreas
On May 31, 10:26 am, yael zaritsky <
yaelzarit...@gmail.com> wrote:
> Hello,
>
> I wanted to ask about the External Evaluator described in this
> link<
http://dev.heuristiclab.com/trac/hl/core/wiki/UsersHowtosOptimizingEx...>
> .
> I thought I put all the relevant code together, but apparently I didn't :)
> - Where should I get the PushService, ServerSocketListenerFactory and
> SolutionMessage classes and the IEvaluationService interface and a class
> that implements it, from? What am I missing?
> I should mention that I downloaded the
> HL3ExternalEvaluation.jar<
http://dev.heuristiclab.com/trac/hl/core/attachment/wiki/UsersHowtosO...>