Jump to content
  • 0

Interlude Problem in compile server


piats04

Question

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

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

<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
Link to comment
Share on other sites

  • 0

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
Link to comment
Share on other sites

  • 0

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...