[SCIP] Running SCIP with Java on Windows with eclipse

Sam Ganzfried sam.ganzfried at gmail.com
Sun Feb 24 16:15:28 CET 2019


Thank you, I am trying to follow the instructions.

I have downloaded gmake, but when I run the following from the optimization
suite directory

C:\SCIP\scipoptsuite-6.0.1\build>set
PATH="C:\SCIP\cmake-3.14.0-rc2\bin\";%PATH%
C:\SCIP\scipoptsuite-6.0.1\build>cmake ..

I still get error: C:\SCIP\scipoptsuite-6.0.1\build>cmake ..
'cmake' is not recognized as an internal or external command,
operable program or batch file.

Do you have more specific instructions for setting up the C and cmake
installers in windows?

Also, ultimately I would like to use eclipse in Windows to run my programs.

Thank you,
Sam

On Sun, Feb 24, 2019 at 3:38 AM Gerald Gamrath <gamrath at zib.de> wrote:

> Dear Sam,
>
> you need to compile the Java interface first before you can run the
> example. Please have a look at the install instructions, there is also a
> section about windows further down:
> https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/INSTALL.md
>
> Best,
> Gerald
>
> On 24.02.19 03:48, Sam Ganzfried wrote:
>
> I fixed several issues, but now getting this issue for Linear.java example
> with Windows eclipse:
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no jscip in
> java.library.path
>     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
>     at java.lang.Runtime.loadLibrary0(Runtime.java:870)
>     at java.lang.System.loadLibrary(System.java:1122)
>     at jscip.Linear.main(Linear.java:12)
>
>
> On Sat, Feb 23, 2019 at 6:18 PM Sam Ganzfried <sam.ganzfried at gmail.com>
> wrote:
>
>> Hi, I see an example Java SCIP file here
>> https://github.com/SCIP-Interfaces/JSCIPOpt/blob/master/examples/Linear.java
>>
>> I have downloaded the SCIP studio from here
>> https://scip.zib.de/index.php#download.
>>
>> Is there a way to run the example java file from eclipse on Windows? I am
>> not sure how to do it.
>>
>> Thank you.
>>
>
> _______________________________________________
> Scip mailing listScip at zib.dehttps://listserv.zib.de/mailman/listinfo/scip
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.zib.de/pipermail/scip/attachments/20190224/b1e5697b/attachment.html>


More information about the Scip mailing list