Skip to content

Commit

Permalink
Use normal java executable, just pass in additional -polyglot VM para…
Browse files Browse the repository at this point in the history
…meter
  • Loading branch information
Jaroslav Tulach committed Apr 27, 2016
1 parent 4549d53 commit 8709183
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ruby+js/fromjava/nbactions.xml
Expand Up @@ -10,7 +10,7 @@
<goal>exec:exec</goal>
</goals>
<properties>
<debug>-J:-Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</debug>
<debug>-Xrunjdwp:transport=dt_socket,server=n,address=${jpda.address}</debug>
<jpda.listen>true</jpda.listen>
</properties>
</action>
Expand Down
3 changes: 2 additions & 1 deletion ruby+js/fromjava/pom.xml
Expand Up @@ -26,9 +26,10 @@
<artifactId>exec-maven-plugin</artifactId>
<version>1.4.0</version>
<configuration>
<executable>${java.home}/bin/graalvm</executable>
<executable>${java.home}/bin/java</executable>
<arguments>
<arguments>${debug}</arguments>
<argument>-polyglot</argument>
<argument>-cp</argument>
<classpath/>
<argument>org.apidesign.demo.rubyjs.fromjava.Main</argument>
Expand Down

0 comments on commit 8709183

Please sign in to comment.