¡@

Home 

java Programming Glossary: library.jar

How do you call Scala objects from Java?

http://stackoverflow.com/questions/1179406/how-do-you-call-scala-objects-from-java

javac Main.java java cp usr share java scala library.jar . Main java scala share improve this question I'd start.. sure that when you try to run the code you include scala library.jar on your classpath. Don't forget to start the timer timer.start..

Creating a jar file from a Scala file

http://stackoverflow.com/questions/809138/creating-a-jar-file-from-a-scala-file

MANIFEST.MF Main Class foo.HelloWorld Class Path scala library.jar build.bat @ECHO OFF IF EXIST hellow.jar DEL hellow.jar IF NOT.. OFF IF EXIST hellow.jar DEL hellow.jar IF NOT EXIST scala library.jar COPY SCALA_HOME lib scala library.jar . CALL scalac sourcepath.. IF NOT EXIST scala library.jar COPY SCALA_HOME lib scala library.jar . CALL scalac sourcepath src d bin src foo HelloWorld.scala..