Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve instructions for integration with IntelliJ #191

Open
jjfumero opened this issue Jul 10, 2022 · 1 comment
Open

Improve instructions for integration with IntelliJ #191

jjfumero opened this issue Jul 10, 2022 · 1 comment
Assignees
Labels
documentation Documentation enhancement New feature or request

Comments

@jjfumero
Copy link
Member

jjfumero commented Jul 10, 2022

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:

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

@jjfumero jjfumero added enhancement New feature or request documentation Documentation labels Jul 10, 2022
@jjfumero jjfumero added this to To do in TornadoVM v0.14.1 via automation Jul 10, 2022
@MaardinK522
Copy link

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> ".
3). Make sure the working directory is set to the current project path.
4). Now go to Before launch section > '+' press button > select maven > In command line write "clean package" and press save.
5). All done.
6). Now, Just press the run button from top and enjoying reading unreasonable errors of TornadoVM. (Sorry for that)
7). If the class not found exception comes use -m before .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

6 participants