Jump to content
  • 0

Java Error (Switch)


ganjaradio

Question

Recommended Posts

  • 0

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

  • 0

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... :D

Nevermind, you obviously use Java 8, change the project JDK version in eclipse, and you will be OK.

Edited by Tessa
Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

  • 0

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" -.-

 

 

KjubkFL.png

Link to comment
Share on other sites

  • 0

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

Link to comment
Share on other sites

  • 0

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

Cf6evB9.png

 

Please help.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...