- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Search
Search results
- 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 - Baldur Norddahl - 2009-07-13, 03:17 - 6 comments
- assert's second argument not by-name
-
... -rw-r--r-- 1 paulp staff 4485479 Feb 10 11:24 scala-library.jar Trunk with -optimise: 8204 classfiles -rw-r--r-- 1 ... -rw-r--r-- 1 paulp admin 4406499 Feb 10 12:53 scala-library.jar With by-name assert: 8644 classfiles -rw-r--r-- 1 ...
Forum topic - extempore - 2009-02-10, 18:17 - 2 comments
- question about boxedbooleanarray
-
... not found. but I have included the scala-library.jar. I found a lot of people having the same problem with ...
Forum topic - billconan - 2010-07-27, 17:47 - 0 comments
- IntelliJ Idea 9CE - Setting Scala Version to 2.8
-
... there you can specify which scala-compiler.jar, and scala-library.jar to use. Make these point to your Beta1-RC8. You will also ...
Forum topic - sanjay_dasgupta - 2010-01-27, 17:47 - 4 comments
- Eclipse building sequence
-
... building sequence There's a bug in 2.7.3-final scala-library.jar that forces you to build *ignoring* the OSGi manifests. ... Josh Suereth wrote: > There's a bug in 2.7.3-final scala-library.jar that forces you to build > *ignoring* the OSGi ...
Forum topic - Naftoli Gugenheim - 2009-01-27, 19:17 - 4 comments
- Using Scala classes in a Java Servlet (in Eclipse)
-
... dependency on the Scala library. You'll need to include scala-library.jar explicitly. Cheers, Miles Re: Using Scala ... a dependency on the Scala library. You'll need to include scala-library.jar explicitly. Cheers, Miles -- Miles Sabin tel: ...
Forum topic - Lachlan Cotter - 2009-12-04, 08:27 - 2 comments
- Re: Scripster - interactive scala REPL using telnet, http or swing
-
some just-in-time thinking...as I typed i realized I should try the entire package. sure enough, thise sequence works: val c = new nsc.interpreter.Completion(p) val scr = "java.lang.Syste" c.jline.complete (scr, scr.length-1, l ...
Forum topic - Razvan Cojocaru 2 - 2010-03-04, 22:07 - 4 comments
- Path-dependent types vs. general types of inner classes of objects
-
... javac User.java ~/test$ java -cp .:/usr/share/scala/scala-library.jar User FruitShop$Fruit@a90653 ~/test$ Re: Path-dependent ...
Forum topic - Martin Gamwell ... - 2009-08-14, 15:07 - 8 comments
- Can Scala be compiled and run without Java?
-
... # ikvmc -out:matrix.exe -main:Matrix -target:exe scala-library.jar Matrix* # time mono matrix.exe 22 57 mono ...
Forum topic - Poperecinii Timur - 2009-02-26, 15:27 - 8 comments
- scala library used by java app in netbeans
-
... Does anyone have an idea why? (I have added the scala-library.jar to the classpath of the scal and java apps) (Scala ...
Forum topic - boris pezzatti - 2010-06-21, 14:17 - 0 comments