TornadoVM
TornadoVM copied to clipboard
Improve instructions for integration with IntelliJ
Is your feature request related to a problem? Please describe.
TornadoVM lacks of documentation about how to setup client/user applications to compile and run directly within the IDE. Related issues:
- #189
- #188
Describe the solution you'd like
Provide the following instructions for running client/user applications on IntelliJ:
- Compile maven applications that use TornadoVM within the IDE
- Run TornadoVM applications within the IDE.
- Run TornadoVM examples suite within the IDE
- Run the TornadoVM unittests within the IDE
This task is only documentation and should be explained in the docs/sources/ide-integration.rst document. The document is automatically rendered by the read-the-docs service.
Describe alternatives you've considered
Not applicable
Additional context Not applicable
I had something easy. Where you can just execute a script text after create it from the run configuration pane.
1). Run/Debug configurations > '+' press > Shell script > Select script text Radio button.
2). In script line box type "tornado -cp <class-path,jar>