It's because you have a copy of a java file..
Every Java file has to be declared in either one if them..
Now the error says it has to be declared in client.java![]()
|
|
Yah i was coding the exp and it didn't work to swell cause now i get this error any ideas?
[Only registered and activated users can see links. ]
Thank you.
Better pic
[Only registered and activated users can see links. ]
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileNotFoundException;
import java.io.BufferedReader;
import java.io.BufferedWriter;
import java.io.FileNotFoundException;
import java.io.FileReader;
import java.io.FileWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Calendar;
import java.util.GregorianCalendar;
import java.util.Random;
import java.util.concurrent.CopyOnWriteArrayList;
import Clansystem.Clanroomcheck;
//2400,4446
//2621 4696
public class client extends Player implements Runnable {
//Dueling
public String duelOpponent = "null";
public boolean IncomingRequest = false;
public client IncomingReqClient;
public client blankClient;
public String IncomingReqName = "null";
public boolean inDuelOptions = false;
public client inDuelOpponent;
public boolean Accepted = false;
public boolean armourEnabled = true;
public boolean meleeEnabled = true;

Remove
You already have that in Client.java already so remove 1 of them.public client blankClient;
its telling you that its already mentioned just delete or comment out one of them like such
//blankclient:
and if its a method
/*public void blankclient:{
stuff..
stuff..
stuff..
more stuff:
}*/
Thank you boys/girls
Lock please.
| « [delta] Why it take so many clicks to log in | [Hyperion] Sendquests? (Rep++) » |
| Thread Information |
Users Browsing this ThreadThere are currently 1 users browsing this thread. (0 members and 1 guests) |