#What causes this warning can it be ignored?

1 messages · Page 1 of 1 (latest)

lapis bone
#

When using javafx filechooser in swing it throws this error
"WARNING: Unsupported JavaFX configuration: classes were loaded from 'unnamed module @27c9278"

dark daggerBOT
#

<@&987246487241105418> please have a look, thanks.

near adder
#

why are you using javafx stuff in swing?

#

and the warning is kinda unrelated to the filechooser

#

it is related to the java module system

#

and you probably use javafx in a non modular application which most likely causes this warning

lapis bone
near adder
#

why arent you using javafx completely?

#

but yeah I see

lapis bone
near adder
#

I see

lofty pasture
lapis bone
#

how bad would it be if I just ignored it since it's just a warning

#

and just porting the whole project to javafx would probably be a task for several hundred hours of work

harsh drift
#

classic one with any warning that u ignore

#

obviously u cant leverage the benefits of a java module if u don't use it correctly. so ur final app that u deploy to ur customers via jpackage will be much larger than it could be

near adder
#

but it is recommended imo

#

are you the project owner though?

lapis bone
near adder
#

I think with some combined effort it could be possible to port it

#

looks like an interesting project to port to javafx ngl

#

you know if the owner would be interested in that though?

#

the project requires some refactoring in general tbh

#

like some image files arent even in the resource folder where they should be

#

also the packaging is using batch files instead of proper configuration with build tool

lapis bone