Skip to content

Commit

Permalink
update the scala installation tutorial on intellij (apache#14033)
Browse files Browse the repository at this point in the history
* update the scala installation tutorial on intellij

* update the so answer

* update the so answer
  • Loading branch information
stu1130 authored and haohuw committed Jun 23, 2019
1 parent 90cd8cc commit 952eef0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/tutorials/scala/mxnet_scala_on_intellij.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ mxnet
```
**ArtifactId**
```
ArtifactId: scalaMXNet
scalaMXNet
```
**Version**
```
Expand Down Expand Up @@ -211,6 +211,7 @@ The project's `pom.xml` will be open for editing.
<dependency>
<groupId>org.apache.mxnet</groupId>
<artifactId>mxnet-full_2.11-osx-x86_64-cpu</artifactId>
<version>[1.3.1,)</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
Expand Down Expand Up @@ -324,7 +325,7 @@ log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} [%t]

**Step 6.** Build the project:
- To build the project, from the menu choose Build, and then choose Build Project.

* Note that if you run into ```bad option: '-make:transitive'```, please remove ```<arg>-make:transitive</arg>``` from `pom.xml` and `<parameter value="-make:transitive" />` from `.idea/scala_compiler`.

**Step 7.** Run the Hello World App:

Expand Down

0 comments on commit 952eef0

Please sign in to comment.