- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Search
Search results
- 2.8.0/2.8.1 Binary incompatibility of RichInt#until(Int)
-
... -classpath \tools\scala-2.8.0.final\lib\scala-library.jar scala.runtime.RichInt Compiled from "RichInt.scala" ... -classpath \tools\scala-2.8.1.r22935-b20100906020123\lib\scala-library.jar scala.runtime.RichInt Compiled from "RichInt.scala" ... -classpath > \tools\scala-2.8.0.final\lib\scala-library.jar scala.runtime.RichInt > Compiled from "RichInt.scala" ...
Forum topic - Jason Zaugg - 2010-09-07, 09:17 - 5 comments
- scala:4: error: value TreeHashMap is not a member of package scala.collection.immutable
-
... not a member of pac I can see the class TreeHashMap in scala-library.jar and javap also can find it. rbsomeg Re: scala:4: ... > > > I can see the class TreeHashMap in scala-library.jar and javap also can find > it. > > rbsomeg ...
Forum topic - rbsomeg - 2009-12-14, 01:47 - 14 comments
- scala-compiler.jar in eclipse
-
... IDE everytime you update your scala-compiler.jar and scala-library.jar? Cheers, Miles Re: scala-compiler.jar in eclipse ...
Forum topic - Kevin Wright - 2009-09-02, 19:27 - 21 comments
- Scala test frameworks unified interface
-
... unified interface By using Java interfaces, you keep scala-library.jar off of the classpath and get an automatic check that no Scala ... edu > wrote: By using Java interfaces, you keep scala-library.jar off of the classpath and get an automatic check that no Scala ...
Forum topic - joshcough - 2009-10-21, 15:37 - 15 comments
- Problem with IDEA project initialized using sbt/sbt-idea
-
... Macintosh-7:lib Ken$ ls scala-compiler.jar scala-library.jar scalap.jar scala-dbc.jar scala-swing.jar ...
Forum topic - Kenneth McDonald - 2011-01-17, 01:57 - 2 comments
- recent changes in 2.8 nightly classpath management
-
... java -cp "2.8.0.r18678-b20090910020815\lib\scala-library.jar;2.8.0.r18678-b20090910020815\lib\scala-compiler.jar;." ... java -cp "2.8.0.r19410-b20091106023416\lib\scala-library.jar;2.8.0.r19410-b20091106023416\lib\scala-compiler.jar;." ... java -cp "2.8.0.r18678-b20090910020815\lib\scala-library.jar;2.8.0.r18678-b20090910020815\lib\scala-compiler.jar;." ...
Forum topic - Daniel Mahler - 2009-11-06, 16:47 - 5 comments
- Scala Modularisation - Requirements
-
... is in any case going to affect this. (e.g if scala-library.jar is replaced with scala-core.jar, scala-actors.jar etc. then ... is in any case going to affect this. (e.g if scala-library.jar is replaced with scala-core.jar, scala-actors.jar etc. then ... modularisation of the main Scala library (i.e. currently scala-library.jar) can be done independently of whether the ...
Forum topic - alblue - 2009-09-05, 13:17 - 19 comments
- ide for 2.8?
-
... you want to use. Any one is acceptable. Include the scala-library.jar and scala-compiler.jar at a minimum. 2) In every module ... you want to use. Any one is acceptable. Include > the scala-library.jar and scala-compiler.jar at a minimum. 1) [more] It's ...
Forum topic - vpatryshev - 2010-05-24, 00:07 - 7 comments
- Speed of mutable vs immutable objects.
-
... java -Xmx256M -Xms16M -Xbootclasspath/a:/usr/share/java/scala-library.jar:/usr/share/java/scala-compiler.jar:/usr/share/java/jline.jar -classpath .::/usr/share/java/scala-library.jar:/usr/share/java/scala-compiler.jar:/usr/share/java/jline.jar ... java -Xmx256M -Xms16M -Xbootclasspath/a:/usr/share/java/scala-library.jar:/usr/share/java/scala-compiler.jar:/usr/share/java/jline.jar ...
Forum topic - Chris Dew - 2010-02-09, 20:57 - 8 comments
- Distributing an application written in Scala
-
... time to distribute it, I ran into some issues. I need the scala-library.jar and scala-swing.jar. I simply added them to the applications ... time to distribute it, I ran into some issues. I need the scala-library.jar and scala-swing.jar. I simply added them to the applications ...
Forum topic - mailleux - 2008-12-19, 15:17 - 4 comments