piats04 Posted February 8, 2022 Posted February 8, 2022 L2J_Mobius_C6_Interlude mobius No questions answered for free users [javac] error: invalid target release: 17 [javac] Usage: javac <options> <source files> [javac] use --help for a list of possible options ======= C:\Users\piats>javac -version javac 17 ======= Classic Interlude compile success high five compile success What is the reason for the interlude error? Modify message <javac srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="17" target="17" encoding="UTF-8" /> Ask a question using a translator. Thank you for answer
0 wongerlt Posted February 8, 2022 Posted February 8, 2022 (edited) <javac executable="C:/Program Files/Java/jdk-17.0.1/bin/javac" srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="17" target="17" encoding="UTF-8" /> best way for me if u have different java versions on pc. just edit ur path. Edited February 8, 2022 by wongerlt
0 Zake Posted February 9, 2022 Posted February 9, 2022 You have probably done already step 1 and 2 bust just in case i mention them. 1) Eclipse -> Window -> Preferences -> Java -> Installed JREs -> Add -> then select the java version that you would like to add. 2) Go to package explorer -> right click on project -> properties -> java build path -> double click on your current JRE System library -> Select alternate JRE and point to the jdk that you added before. 3) Go to your project -> right click on build.xml -> Run as -> External tools configurations ->JRE -> Separate JRE -> then select the one that you added and click apply/run. 1
0 Rootware Posted February 10, 2022 Posted February 10, 2022 Exists the easy way: Download Eclipse. Unpack Eclipse in separated folder. In side this folder make new folder with name "jre". Download OpenJDK 17 or another version. Unpack OpenJDK into this folder. All Java projects what will added into workbench in future will use this Java version as default. In profit you can use separated Eclipse version for any Java version and not need to install into the system Java.
Question
piats04
L2J_Mobius_C6_Interlude
mobius No questions answered for free users
[javac] error: invalid target release: 17
[javac] Usage: javac <options> <source files>
[javac] use --help for a list of possible options
=======
C:\Users\piats>javac -version
javac 17
=======
Classic Interlude compile success
high five compile success
What is the reason for the interlude error?
Modify message
<javac srcdir="${src}" classpathref="classpath" destdir="${build.bin}" compiler="modern" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="17" target="17" encoding="UTF-8" />
Ask a question using a translator. Thank you for answer
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now