0

I need to somehow to get a list of the GPUs installed and available to use and for each GPU detected i need to get the brand name of it using Java.

Only on Windows

Peter Cordes
  • 328,167
  • 45
  • 605
  • 847

1 Answers1

0

It is impossible with pure Java.

You will need platform specific solution.

talex
  • 17,973
  • 3
  • 29
  • 66