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)
Netbeans 12.5 imported older project cannot be loaded - Unsupported class fle major version 61
Netbeans 12.5 - It worked in Netbeans 11
When I open the project I get this error
When I tell Netbeans that I want to resolve it it doesn't work and I get this warning.
Could not run build action u...
Para
Votes: 0
Answers: 1
Missing Google gradle plugins in Gradle plugin portal?
I was trying to migrate build.gradle files to use Kotlin DSL. Using the plugins block instead of apply (legacy, apparently) doesn't seem to be as straightforward as suggested. Since "com.google.f...

imashnake_
Votes: 0
Answers: 0
Upgraded java version to 17, spring boot version to 2.5.7 when running testcases for actuator/info geting 404. How to resolve?
how to resolve tried
management:
endpoints:
jmx:
exposure:
include: "health,info"
web:
exposure:
include: "
management:
endpoints:
jmx:
exposure:
includ...
manoj Dintakurti
Votes: 0
Answers: 1
Gradle composite build dependency substitutions do not get applied
I have an android application with a library dependency which I would like to be substituted by a local project as described in composite builds
build.gradle (Module: MyApp.app)
dependencies {
imp...
yaugenka
Votes: 0
Answers: 1