You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(On Windows, make sure you are running in a Visual Studio Developer Powershell, that should have everything you need.)
46
+
31
47
Lastly, download maven, extract it and include it on your `PATH`.
32
48
33
49
Once you have all the necessary tools, you can run `mx python-jvm`in this repository.
@@ -36,7 +52,8 @@ If it succeeds without errors, you should already be able to run `mx python` and
36
52
37
53
For development, we recommend running `mx ideinit` next.
38
54
This will generate configurations forEclipse, IntelliJ, and NetBeans so that you can open the projectsin these IDEs.
39
-
If you use another editor with support for the [Eclipse language server](https://github.com/eclipse/eclipse.jdt.ls) we have also had reports of useable development setups with that, but it's not something we support.
55
+
See also the documentation in mx for [setting up your IDE](https://github.com/graalvm/mx/blob/master/docs/IDE.md).
56
+
If you use another editor (such as VSCode, Emacs, or Neovim) with support for the [Eclipse language server](https://github.com/eclipse/eclipse.jdt.ls) or [Apache NetBeans language server](https://marketplace.visualstudio.com/items?itemName=ASF.apache-netbeans-java), you can also get useable development setups with that, but it's not something we explicitly support.
0 commit comments