This page is no longer maintained — Please continue to the home page at www.scala-lang.org

Search

Search results

How to give scalac more heap memory

... JAVA_DIR=/usr/share/java SCALAC_CLASSPATH=$JAVA_DIR/scala-library.jar:$JAVA_DIR/scala-compiler.jar exec ${JAVACMD:=java} ...

Forum topic - Sciss - 2010-01-02, 18:27 - 3 comments

Install4J and scala

... Scala in? Yes, you need to include the Scala runtime, scala-library.jar Cheers, Miles Re: Install4J and scala I must ... > > Yes, you need to include the Scala runtime, scala-library.jar > > Cheers, > > > Miles > ...

Forum topic - Charles F. Munat - 2009-04-30, 17:37 - 4 comments

Installing Scala Ant Tasks

... <pathelement location="${scala.lib.dir}/scala-library.jar"/> </path> <!-- Scala compiler task ... <pathelement location="${scala.lib.dir}/scala-library.jar"/>     </classpath> ... jars are required on the Ant path for this. Is placing scala-library.jar and scala-compiler.jar in ANT_HOME\lib sufficient? Also, can ...

Forum topic - Bastian, Mark - 2009-01-16, 16:37 - 1 comment

jdk6 javac cannot process scala generated classfiles

... $ javac -cp scala-library.jar -Xprint scala.actors.Actor error: cannot access ...

Forum topic - Daniel Mahler - 2010-03-21, 05:27 - 2 comments

Re: Scala scripting

... running this command works: java -cp /usr/share/java/scala-library.jar:. Main Now start time is only 0.3 seconds. I tried to ...

Forum topic - Naftoli Gugenheim - 2009-07-13, 03:27 - 7 comments

Re: Is there any database API for Scala, independent of execution platform (i.e. that can be used for both Java and .NET) ?

... parts we will rely on the community (e.g. porting more of scala-library.jar to .NET). Lukas   ...

Forum topic - Naftoli Gugenheim - 2010-01-15, 03:27 - 1 comment

Do I need to install scala?

... Re: Do I need to install scala? You'll just need scala-library.jar 2009/9/29 jlist9 : > Hi, > > I'm new to ... than that, you just need the standard Scala library (scala-library.jar), and any other library you used. On Tue, Sep 29, 2009 at ...

Forum topic - jlist9 - 2009-09-29, 20:37 - 2 comments

Embedding scala compiler

... not found. I think this means that you have to put the scala-library.jar in your classpath. scala-compiler.jar's manifest doesn't declare a classpath to reference scala-library.jar. Ciao, Gordon (Scala User) ...

Forum topic - Jesse Eichar - 2009-06-10, 22:07 - 1 comment

Scala Bean Scripting Framework Binding

... is in the lib directory. For Scala I had to place both scala-library.jar and scala-compiler.jar in the lib directory. This is OK ...

Forum topic - richard emberson - 2010-04-24, 23:17 - 0 comments

AbstractMethodError instantiating an Actor after adding scala.continuations plugin

... after adding sca yes!! in fact i had a little older scala-library.jar in my classpath. i exchanged it for 2.7.3 final which is ... can run as eclipse applications without having to add scala-library.jar again to the projects libraries. can't the scala plug-in ...

Forum topic - Sciss - 2009-02-18, 00:17 - 4 comments

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland