TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

[VSCode Plugin] - Not working #347

Closed Fabrizio-PRO-TI-2101 closed 3 years ago

Fabrizio-PRO-TI-2101 commented 3 years ago

Hi, there!

I'm using Ubuntu 20.04 to develop some code and study the new Totalcross features. However, it's not working and I kindly ask your support to help me fix it, please! The detailed steps are illustrated below, and I hope nothing is missing!

1) I installed Java, and Maven, as follows: Captura de tela de 2021-05-26 15-09-15

2) The Totalcross plugin is installed in VS Code and Java is configured, as follows: Captura de tela de 2021-05-26 15-14-56

Captura de tela de 2021-05-26 15-16-22

Captura de tela de 2021-05-26 15-17-06

Captura de tela de 2021-05-26 15-17-39

3) The Totalcross project is being created as follows: Captura de tela de 2021-05-26 15-27-35

Captura de tela de 2021-05-26 15-28-14

Captura de tela de 2021-05-26 15-28-45

Captura de tela de 2021-05-26 15-29-13

4) The following context menu is displayed:
Captura de tela de 2021-05-26 15-31-38

5) If I choose Run Java, the following message is displayed (at the right bottom): Captura de tela de 2021-05-26 15-32-07

6) If I choose Cancel, nothing happens. If I choose Yes, then... Captura de tela de 2021-05-26 15-33-45

Captura de tela de 2021-05-26 15-34-21

Best regards, Fabrizio.

brunoamuniz commented 3 years ago

Hello @Fabrizio-PRO-TI-2101,

It looks like a java installation issue. Did you try to use a different SDK? We use to recommend Azul Java build. Try this and give us the results

https://www.azul.com/downloads/#download-openjdk

Fabrizio-PRO-TI-2101 commented 3 years ago

Hello, @brunoamuniz .

Well, I think it has worked, as follows! If I need further help, I'll surely let you know!

image

Thanks a lot!

Best regards, Fabrizio.