Entropy Posted January 25, 2020 Posted January 25, 2020 (edited) Hello guys, I got that precompiled pack with the source code but i cant build it, i got some errors showing up in eclipse's console and i want to know if its possible to be fixxed warning: [options] bootstrap class path not set in conjunction with -source 7 BUILD FAILED C:\Users\Personal Pc\Desktop\SERVER\L2jFrozen_GameServerL2Server\build.xml:65: Compile failed; see the compiler error output for details. When i open the build there is a line which is selected in the build.xml file : <javac destdir="${build.classes}" includeantruntime="false" optimize="on" debug="on" source="1.7" target="1.7" encoding="utf-8" nowarn="off"> Can i do something about that? Edited January 25, 2020 by Entropy Quote
0 Nightw0lf Posted January 25, 2020 Posted January 25, 2020 https://www.google.com/search?client=firefox-b-d&q=warning%3A+[options]+bootstrap+class+path+not+set+in+conjunction+with+-source+7 Quote
0 Reynald0 Posted January 26, 2020 Posted January 26, 2020 (edited) 3 hours ago, Entropy said: Hello guys, I got that precompiled pack with the source code but i cant build it, i got some errors showing up in eclipse's console and i want to know if its possible to be fixxed warning: [options] bootstrap class path not set in conjunction with -source 7 BUILD FAILED C:\Users\Personal Pc\Desktop\SERVER\L2jFrozen_GameServerL2Server\build.xml:65: Compile failed; see the compiler error output for details. When i open the build there is a line which is selected in the build.xml file : <javac destdir="${build.classes}" includeantruntime="false" optimize="on" debug="on" source="1.7" target="1.7" encoding="utf-8" nowarn="off"> Can i do something about that? Looks like you are using L2jFrozen, i recommend you update to L2jFrozen 1.5 which is improved version of L2jFrozen. Information about L2jFrozen 1.5: https://l2devsadmins.net/reynaldev/index.php?board=66.0 Guide to install L2jFrozen 1.5: https://l2devsadmins.net/reynaldev/index.php?board=92.0 Edited January 26, 2020 by Reynald0 Quote
0 Entropy Posted January 28, 2020 Author Posted January 28, 2020 On 1/26/2020 at 1:35 AM, Nightw0lf said: https://www.google.com/search?client=firefox-b-d&q=warning%3A+[options]+bootstrap+class+path+not+set+in+conjunction+with+-source+7 If you can find there something that helps, post me. Quote
0 Nightw0lf Posted January 29, 2020 Posted January 29, 2020 On 1/28/2020 at 3:35 PM, Entropy said: If you can find there something that helps, post me. you can atleast try to use it... not even tried to use it... google.. search... this errors are so easy to solve but you are not even try to search... i found this is why i've send you the links Quote
0 metaxasgr Posted April 27, 2020 Posted April 27, 2020 When i using build ant 1 i get error on this line here: Quote
Question
Entropy
Hello guys,
I got that precompiled pack with the source code but i cant build it,
i got some errors showing up in eclipse's console and i want to know if its possible to be fixxed
warning: [options] bootstrap class path not set in conjunction with -source 7
BUILD FAILED
C:\Users\Personal Pc\Desktop\SERVER\L2jFrozen_GameServerL2Server\build.xml:65: Compile failed; see the compiler error output for details.
When i open the build there is a line which is selected in the build.xml file :
<javac destdir="${build.classes}" includeantruntime="false" optimize="on" debug="on" source="1.7" target="1.7" encoding="utf-8" nowarn="off">
Can i do something about that?
5 answers to this question
Recommended Posts
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.