Jump to content
  • 0

Interlude Problem in compile server


Question

Posted

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

  • 0
Posted (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 by wongerlt
  • 0
Posted

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.

  • Upvote 1
  • 0
Posted

Exists the easy way:

 

  1. Download Eclipse.
  2. Unpack Eclipse in separated folder.
  3. In side this folder make new folder with name "jre".
  4. Download OpenJDK 17 or another version.
  5. Unpack OpenJDK into this folder.
  6. 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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock