python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to export JavaFX Maven project?
I wrote modular JavaFx Maven project in Eclipse IDE.
Now I am trying to convert it to runnable jarfile, but receive the following error after clicking Next.
How can I fix this?
Details button provides...
vvslava
Votes: 0
Answers: 2
could not find class that it depends on; nested exception is java.lang.NoClassDefFoundError: org/hibernate/query/Query
I'm trying to run a project and the below error is showing
Project configuration:
5.3.6.Final hibernate-version
5.10.3.Final hibernate-search-version
6.0.13.Final hibernate-validator-version
Caused ...

HassanNArts
Votes: 0
Answers: 0
Copy resources into sepparate folders in the jar with maven
I'm new to maven and I've been trying to include some assets such as images and sounds in my exported .jar, but it doesn't seem to work. I'm trying to copy them in 2 separate folders one in ${basedir}...
Moshu
Votes: 0
Answers: 0
Custom message is not displayed in Azure Java Function App
I have created a Java function in Azure from the az cli and the function app is getting deployed,however when I access the Function App url I cannot see the custom message in the message body.
Below a...
UFT
Votes: 0
Answers: 1