I'm pretty new at server development and I'm getting a compiler error.
Anyone know anything about this and how to fix it?client.java:1: class, interface, or enum expected
f
^
I'm pretty new at server development and I'm getting a compiler error.
Anyone know anything about this and how to fix it?client.java:1: class, interface, or enum expected
f
^
Mate, On the first line of your client.jave, you accidentally hit f in there, so it's thinking you're trying to import something :3
Remove that f, and make sure it's a clean empty line, an it'll compile fine
now thats a mistake that can happen with anyone not just a noob.