java9-rt-export

Exports the contents of the Java 9 . JEP-220 runtime image to a JAR for compatibility with older tools.

License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scala-sbt.rt
ArtifactId

ArtifactId

java9-rt-export
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

java9-rt-export
Exports the contents of the Java 9 . JEP-220 runtime image to a JAR for compatibility with older tools.
Project URL

Project URL

https://github.com/sbt/java9-rt-export
Project Organization

Project Organization

org.scala-sbt.rt
Source Code Management

Source Code Management

https://github.com/sbt/java9-rt-export

Download java9-rt-export

How to add to project

<!-- https://jarcasting.com/artifacts/org.scala-sbt.rt/java9-rt-export/ -->
<dependency>
    <groupId>org.scala-sbt.rt</groupId>
    <artifactId>java9-rt-export</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.scala-sbt.rt/java9-rt-export/
implementation 'org.scala-sbt.rt:java9-rt-export:0.1.0'
// https://jarcasting.com/artifacts/org.scala-sbt.rt/java9-rt-export/
implementation ("org.scala-sbt.rt:java9-rt-export:0.1.0")
'org.scala-sbt.rt:java9-rt-export:jar:0.1.0'
<dependency org="org.scala-sbt.rt" name="java9-rt-export" rev="0.1.0">
  <artifact name="java9-rt-export" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scala-sbt.rt', module='java9-rt-export', version='0.1.0')
)
libraryDependencies += "org.scala-sbt.rt" % "java9-rt-export" % "0.1.0"
[org.scala-sbt.rt/java9-rt-export "0.1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Java 9 RT Exporter

Compile

$ java_use 1.8
$ sbt clean package

Print recommended directory

$ java -jar target/java9-rt-export-*.jar --rt-ext-dir

Export rt.jar

$ java_use 9
$ java -jar target/java9-rt-export-*.jar $HOME/.sbt/java9-rt-ext/rt.jar
org.scala-sbt.rt

sbt

Community organization for all sbt plugin authors, sbt modules and sbt itself.

Versions

Version
0.1.0