#VSC javafx (provided by maven) not making fxml files

40 messages · Page 1 of 1 (latest)

rancid elm
#

also I get some redhat error every time I try to make a package

delicate ploverBOT
#

This post has been reserved for your question.

Hey @rancid elm! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

umbral flower
#

Can you show the error?

rancid elm
#

the yellow one?

umbral flower
#

oh, that's a warning and not an error

rancid elm
#

ow

umbral flower
#

it informs you that some configuration changed and asks you to reload the configuration using the blue Reload button

rancid elm
#

it doesnt't give me the first.fxml

umbral flower
#

you need the one in src/main/java

#

not the one in target/classes

rancid elm
#

?

umbral flower
#

if it exists, it should probably be in src/main/resources

rancid elm
#

no, all the arrows are open.. i think, so it should be there

#

upon exiting and re-opening vsc i got this warning

umbral flower
umbral flower
rancid elm
#

oh...

umbral flower
#

I think it just doesn't create an FXML file

#

Why should it?

#

JavaFX projects don't necessarily need FXML files

rancid elm
#

cause the guide on making fxml gui it says to do the ,,, "create java project", and choose javafx from maven option

#

then there should be a prompt where you click Enter and you get build successful console message

umbral flower
#

it seems like it was successful but didn't create the FXML file

#

maybe it changed in an update of something

rancid elm
#

... that's a possibilty?

#

if you press (ctrl+ shift+p) and create a java project> and choose this

#

can you tell me what you are getting?

umbral flower
umbral flower
rancid elm
#

hmm...

#

so... can I get what im looking for some other way?

#

at some point I was able to make a gui but not so its in differnet folders

#

I was able to make mainScene and App in same folder. but I couldn't separe them with folders as it gives me errors

#

what I mean by adding folder

#

it should show:
"build successful"... and I seem to be doing things by guide.... and... now Im here