scalala / Scalala

Scalala has been superseded by dlwh/breeze. Scalala is a high performance numeric linear algebra library for Scala, with rich Matlab-like operators on vectors and matrices; a library of numerical routines; support for plotting.
http://groups.google.com/group/scalala
GNU Lesser General Public License v2.1
298 stars 30 forks source link

Build fails #53

Closed sbrignone closed 12 years ago

sbrignone commented 12 years ago

Sorry guys, I am a newbe using sbt but I followed the start process and, after a few minutes compiling ('compile' command), I got the following error:

[error] {file:/C:/Users/Public/Documents/scalala-Scalala-5f31329/}default-02f6de/compile:compile: java.io.IOException: C annot run program "javac": CreateProcess error=2, The system cannot find the file specified

Any help? Thanks SB

dlwh commented 12 years ago

I think you need to install a JDK (not a JRE)

-- David

On Fri, Apr 20, 2012 at 8:17 AM, sbrignone reply@reply.github.com wrote:

Sorry guys, I am a newbe using sbt but I followed the start process and, after a few minutes compiling ('compile' command), I got the following error:

[error] {file:/C:/Users/Public/Documents/scalala-Scalala-5f31329/}default-02f6de/compile:compile: java.io.IOException: C annot run program "javac": CreateProcess error=2, The system cannot find the file specified

Any help? Thanks SB


Reply to this email directly or view it on GitHub: https://github.com/scalala/Scalala/issues/53

sbrignone commented 12 years ago

Oh, you are right ... I was not using a JDK as java compiler ...