How can I downgrade the application source developed in JDK 21 environment to JDK 17 environment and successfully compile it?

0
/file?guid=19703248380371433
asked
3 answers
0

Ref. Image

answered
0

in the settings of your application in studio pro, you can choose the Java version in the Runtime tab

answered
0

1. Open Studio Pro > Run App

2. Edit > Preferences > Deployment > JDK

3. App Explorer > Settings > Runtime > Java version

answered