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

find out a scala-library.jar's version?

1 reply
Martin S. Weber
Joined: 2008-12-23,
User offline. Last seen 42 years 45 weeks ago.

Is there some place in the scala-library.jar that I can find out its
respective scala version? That would be helpful...

-Martin

Jason Zaugg
Joined: 2009-05-18,
User offline. Last seen 38 weeks 5 days ago.
Re: find out a scala-library.jar's version?

scala> util.Properties.versionString
res2: java.lang.String = version 2.9.1.RC3

This is read from scala-library.jar!/library.properties

-jason

On Thu, Sep 22, 2011 at 7:14 PM, Martin S. Weber wrote:
> Is there some place in the scala-library.jar that I can find out its
> respective scala version? That would be helpful...
>
> -Martin
>

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