L2J Revision Number: 6485
L2JDP Revision Number: 10260
Hello guys...
I updated my java from 1.7_51 to 1.8 and in compile i've got this warning (only in L2JServer compile)
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.7
do you know how to fix it?!
Java 1.8 Compile warning
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
- sponer
- Posts: 86
- Joined: Sat Jul 02, 2011 6:02 am
Re: Java 1.8 Compile warning
i didn't said it's an error... i can compile also with this warning.. i'm asking you how can i remove this warning!UnAfraid wrote:warning != error

- UnAfraid
- L2j Veteran
- Posts: 4199
- Joined: Mon Jul 23, 2007 4:25 pm
- Location: Bulgaria
- Contact:
Re: Java 1.8 Compile warning
We can when we switch to java 8 which is going to happen as soon as eclipse release official version that supports it.
-
- Posts: 257
- Joined: Thu Dec 16, 2010 5:16 am
Re: Java 1.8 Compile warning
I thought Eclipse 4.4 supports it and there is support for 4.3 expected .. though I don't know if it's official. It's kinda weird we switch to Java 8 on release anyway, but duh .. not my decision ^^.

I don't mind helping - however: I only do so if I want to.
No support for other server packs than L2J.
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Java 1.8 Compile warning
Java 8 is already the official release, and we will switch when Eclipse version has built in support for all the Java 8 features, not develoment builds nor addons, that means at least one more month.Hyrelius wrote:I thought Eclipse 4.4 supports it and there is support for 4.3 expected .. though I don't know if it's official. It's kinda weird we switch to Java 8 on release anyway, but duh .. not my decision ^^.
Like I explained in another post there is a difference between supporting Java 8, meaning our source could be compiled and run on it, and using it's features, until Eclipse's release we will be only supporting it.
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- L2j Veteran
- Posts: 314
- Joined: Mon Mar 11, 2013 4:19 pm
Re: Java 1.8 Compile warning
We are supporting Java 8 so project can be compiled and run on java 8 that little warning can be ignored until we can switch and use Java 8 features when project wont be compatible with Java 7 anymore.
So for now you can run it on both Java 7 and 8.
We will probably switch to Java 8 somewhere in May when Eclipse releases Luna M7 or RC1 build (based on their schedule).
So for now you can run it on both Java 7 and 8.
We will probably switch to Java 8 somewhere in May when Eclipse releases Luna M7 or RC1 build (based on their schedule).
- sponer
- Posts: 86
- Joined: Sat Jul 02, 2011 6:02 am
Re: Java 1.8 Compile warning
thank's for the informations guys!