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

JAVA in full screen on Raspberry #185

Closed
teras opened this issue Nov 6, 2020 · 6 comments
Closed

JAVA in full screen on Raspberry #185

teras opened this issue Nov 6, 2020 · 6 comments
Assignees
Labels
feature New feature or request
Milestone

Comments

@teras
Copy link
Collaborator

teras commented Nov 6, 2020

Is your feature request related to a problem? Please describe.

Is it possible to use the Graphic API to run on a Raspberry PI directly with Java, without using the VM? The application should work on Full Screen.

How can be done?

@teras teras added the feature New feature or request label Nov 6, 2020
@teras teras added this to the 7.0 milestone Nov 6, 2020
@teras teras self-assigned this Nov 6, 2020
teras added a commit that referenced this issue Nov 6, 2020
ricardobna pushed a commit that referenced this issue Nov 6, 2020
@pedropaulolyra
Copy link

Tested on Desktop and Raspberry and both is opening in Fullscreen mode, but on Raspberry did not load the components. Only the background was shown and this exception came up.

image

@brunoamuniz
Copy link

Ask him what is the version of JAVA he is using and the vendor

@brunoamuniz
Copy link

@VicMisael could you simulate that and pass the results to @teras ?

@pedropaulolyra
Copy link

He is using the Openjdk 11.0.9.

image

@VicMisael
Copy link
Collaborator

I was testing with @teras , Looks like this issue it's not related to the full screen, just to the resolution, so I'll be closing it, and opening a new one

@VicMisael
Copy link
Collaborator

VicMisael commented Nov 11, 2020

A workaround to this issue is to add this dependency to pom.xml

<dependency>
    <groupId>net.coobird</groupId>
    <artifactId>thumbnailator</artifactId>
    <version>0.4.8</version>
</dependency>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants