ganjaradio Posted August 5, 2016 Posted August 5, 2016 Hello i get this error: http://imgur.com/a/Cx6o5 (there isnt a red line in the source) The Code: http://pastebin.com/y0ZaPMP7
0 Tessa Posted August 6, 2016 Posted August 6, 2016 Note that you should change the compiler version in the build.xml file too. :lol:
0 Tessa Posted August 5, 2016 Posted August 5, 2016 If you use something less than Java 7, you can't use strings in the switch case.
0 ganjaradio Posted August 5, 2016 Author Posted August 5, 2016 (edited) But in the l2pcinstance there is : if (!killed_by_pc) { switch (clan_luck) { case 3: clan_luck_modificator = 0.8; break; case 2: clan_luck_modificator = 0.8; break; case 1: clan_luck_modificator = 0.88; break; default: clan_luck_modificator = 1.0; break; } } and there is no error in java version check: ( http://imgur.com/a/M2FIb ) C:\Users\Administrator>java -version java version "1.8.0_101" Java(TM) SE Runtime Environment (build 1.8.0_101-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) Edited August 5, 2016 by ganjaradio
0 Tessa Posted August 5, 2016 Posted August 5, 2016 (edited) But in the l2pcinstance there is : if (!killed_by_pc) { switch (clan_luck) { case 3: clan_luck_modificator = 0.8; break; case 2: clan_luck_modificator = 0.8; break; case 1: clan_luck_modificator = 0.88; break; default: clan_luck_modificator = 1.0; break; } }and there is no error in java version check: C:\Users\Administrator>java -versionjava version "1.8.0_101"Java(TM) SE Runtime Environment (build 1.8.0_101-b13)Java HotSpot(TM) 64-Bit Server VM (build 25.101-b13, mixed mode) But these are not strings... :DNevermind, you obviously use Java 8, change the project JDK version in eclipse, and you will be OK. Edited August 5, 2016 by Tessa
0 Tessa Posted August 5, 2016 Posted August 5, 2016 how to do this? :D Right click on the project -> Preferences (or something like that) and start looking for the Java Compiler settings... I don't remember, and I'm not on the PC now to check. Google it, you will find out how to do it. :D
0 SweeTs Posted August 5, 2016 Posted August 5, 2016 (edited) 3, 2, 1 is a string.. I didnt know :dat: Eee not rly, he must update lib as well. Basically project to support java 7/8. Edited August 5, 2016 by SweeTs
0 ganjaradio Posted August 5, 2016 Author Posted August 5, 2016 But.the pack is from an old svn fron l2jserver
0 ganjaradio Posted August 6, 2016 Author Posted August 6, 2016 (edited) it didnt work :3 the properties: http://imgur.com/a/AIsM3 Edited August 6, 2016 by ganjaradio
0 SweeTs Posted August 6, 2016 Posted August 6, 2016 There is no hope for you. Shut down your server immediatelly. There is enough brainless admins with their servers.. You can't even manage to click godamn "Enable" -.-
0 bravetobe Posted August 6, 2016 Posted August 6, 2016 Even the screenshot isn't enough... Make a tutorial Kappa
0 SweeTs Posted August 6, 2016 Posted August 6, 2016 It's ok, when he enable it, he will come back screaming that it's still not working. :dat:
0 AccessDenied Posted August 6, 2016 Posted August 6, 2016 Even the screenshot isn't enough... Make a tutorial Kappa Ya mad?
0 bravetobe Posted August 6, 2016 Posted August 6, 2016 It's ok, when he enable it, he will come back screaming that it's still not working. :dat: Getting an error like : "Strings in switch arent supported" ... At this point its not (even) about knowing Java.... The cherry in this clownfiesta ends with that example in the code. Ya mad? lol
0 AccessDenied Posted August 6, 2016 Posted August 6, 2016 Getting an error like : "Strings in switch arent supported" ... At this point its not (even) about knowing Java.... The cherry in this clownfiesta ends with that example in the code. lol Please help.
Question
ganjaradio
Hello i get this error: http://imgur.com/a/Cx6o5 (there isnt a red line in the source)
The Code: http://pastebin.com/y0ZaPMP7
19 answers to this question
Recommended Posts