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 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,053
  • 13
  • 17