Please make sure that you specify a JRE/JDK of 1.8 when you use a maven 
run configuration.

If I switch the runtime JRE in my maven configuration back to jdk1.7, then 
I observe the same caffe2dml compilation error. caffe2dml randomly seems 
to be the 1st class being compiled to throw the error.

Regards,
Berthold Reinwald
IBM Almaden Research Center
office: (408) 927 2208; T/L: 457 2208
e-mail: [email protected]



From:   Dylan Hutchison <[email protected]>
To:     [email protected]
Date:   12/02/2017 01:19 PM
Subject:        Re: dev environment on windows



I have used Intellij on windows and had no problems.  Did you open a new
project from SystemML's pom.xml?  If so, it should automatically configure
itself to match the pom.  Then you can use the "Maven projects" tab on the
right side of Intellij to run "mvn package".

On Sat, Dec 2, 2017 at 1:13 PM, Matthias Boehm <[email protected]> wrote:

> I'm using eclipse on win and simply defined two maven run configurations
> for
>
> (1) the default build (base=${workspace_loc:/systemml}, goals=package),
> and
> (2) the distribution build ((base=${workspace_loc:/systemml},
> goals=package, profiles=distribution).
>
> I'm sure intellij provides a similar builtin maven support, but maybe an
> intellij user can comment on that as well.
>
> Regards,
> Matthias
>
>
> On Sat, Dec 2, 2017 at 10:08 AM, Janardhan Pulivarthi <
> [email protected]> wrote:
>
> > Hi all,
> >
> > 1. How to build systemml on windows, as there is a backslash problem.
> >
> > 2. When build systemml on intellij idea, it has the compilation error
> with
> > caffe2dml class.
> >
> >
> > Thanks.
> >
>




Reply via email to