1

I am new to linux. I downloaded the java jdk and openjfx. When i try to import the javafx.application.Application at vs code i get the following: The import javafx cannot be resolvedJava(268435846). I looked online and could not find the solution. I would like to work at my javafx project that i was coding at windows.

Thanks

  • 1
    you could refer to [this](https://stackoverflow.com/a/54353065/10768653),it maybe could help you – Leo Zhu Feb 03 '20 at 04:27

1 Answers1

0

It's looks like you need to install openjfx package.

You can install it via:

sudo apt-get install openjfx

Hope this will help you.

N. berouain
  • 1,181
  • 13
  • 17