- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Search
Search results
- memory limit
-
... with java: java -Xmx4G -cp /usr/local/scala/lib/scala-library.jar:. MyClass (obviously, use the correct path to your scala-library.jar, and scala-swing.jar if you use swing, etc.) and then you can ...
Forum topic - Jiansen He - 2010-10-28, 20:27 - 7 comments
- Time for a new Scala extensions repository?
-
... you put scala-library-x.jar (to pick a name) in front of scala-library.jar on your classpath, you'll automatically pick up all the ... scala-library-x.jar (to pick a name) in > front of scala-library.jar on your classpath, you'll automatically > pick up all ...
Forum topic - odersky - 2009-11-04, 11:57 - 35 comments
- Sample build.xml file, in hope that it may help others
-
... /> <property name="scala-library.jar" value="${scala.home}/lib/scala-library.jar" /> <path id="scala.classpath"> <pathelement ... /> <pathelement location="${scala-library.jar}" /> </path> <!-- Project CLASSPATH ...
Forum topic - Kenneth McDonald - 2009-08-08, 02:27 - 16 comments
- Reporting errors from compiler plugins
-
What is the correct way to set up a compiler plugin to report errors? Whenever I screw anything up in the plugin I'm currently writing, instead of getting an exception report, I get a ClassNotFoundException (full stack trace at the end of this message). ...
Forum topic - paulbutcher - 2011-05-28, 17:17 - 3 comments
- Re: Announcing autoproxy-lite
-
... but in the end plugin/deliver-local could not download scala-library.jar(src). What next? Regards, Roland -- Kevin Wright ...
Forum topic - Kevin Wright 2 - 2011-04-05, 20:27 - 12 comments
- Scala intepreter classloader + OSGi
-
Hi Guys, I am developing an OSGi application based on equinox ( www.openmole.org ). The user interface is for now a groovy scripting environment. We plan to migrate from groovy shell to a scala interpreter loop, but we are encountering probl ...
Forum topic - Romain - 2010-09-05, 10:37 - 18 comments
- Announcing autoproxy-lite
-
... but in the end plugin/deliver-local could not download scala-library.jar(src). What next? Regards, Roland Re: Announcing ... but in the end plugin/deliver-local could not download scala-library.jar(src). What next? Regards, Roland -- Kevin Wright ...
Forum topic - Kevin Wright 2 - 2011-04-05, 15:37 - 8 comments
- newly broken ant scalac/fsc tasks ??
-
... ant scalac/fsc tasks ?? Did you remember to include scala-library.jar in classpath for both ant taskdef and scalac? On 24 May ... Trond Olsen wrote: > Did you remember to include scala-library.jar in classpath for both ant > taskdef and scalac? > ...
Forum topic - iztok.kucan - 2011-05-24, 16:27 - 2 comments
- class signatures for value classes?
-
Although I realize they're not part of scala-library.jar, I was hoping to find html documentation for AnyVal, String, ... Irani wrote: > Although I realize they're not part of scala-library.jar, I was hoping > to find html documentation for AnyVal, ...
Forum topic - arya - 2010-11-20, 00:07 - 14 comments
- ScalaTest 1.4-SNAPSHOT for Scala 2.9.0.RC1
-
... checked in. So one thing I did was replace 3 jar files: scala-library.jar, scala-compiler.jar, and the scalacheck jar file. For ... ! lib/scalacheck_2.8.1-1.8.jar M lib/scala-library.jar M lib/scala-compiler.jar M build.xml ...
Forum topic - Bill Venners - 2011-03-25, 23:57 - 6 comments