- Joined
- May 18, 2008
- Messages
- 614
- Reaction score
- 53
lolz, just wait 4 mike 2 come back
I can't do this D:.. I don't understand it, can you explain what I have to do? I'm using netbeans to compile
lolz, just wait 4 mike 2 come back
I can't do this D:.. I don't understand it, can you explain what I have to do? I'm using netbeans to compile
personally i think vana sucks ass, but hey thats just me ^^
Yeah, I can't compile it with netbeans.It shouldn't matter if people are using Eclipse or NetBeans to compile. There is something wrong with the script. I will try to fix it tomorrow and post it here.
I fail... I corrected the gaps and more errors Dx..
init:
deps-jar:
Compiling 314 source files to C:\Users\Lee\Desktop\MSLV3.4.1\build\classes
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\messages\InternCommandProccessor.java:112: class InternCommandProcessor is public, should be declared in a file named InternCommandProcessor.java
public class InternCommandProcessor implements CommandProcessorMBean {
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:14: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
import com.sun.imageio.plugins.png.PNGImageReaderSpi;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\MapleCharacter.java:254: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
ret.Intern = rs.getInt("Intern") == 0 ? false : true;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\MapleCharacter.java:489: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
ret.Intern = false;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\client\MapleCharacter.java:1735: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
return Intern;
C:\Users\Lee\Desktop\MSLV3.4.1\MSLightning 3.4.1\src\net\sf\odinms\provider\xmlwz\FileStoredPngMapleCanvas.java:47: warning: com.sun.imageio.plugins.png.PNGImageReaderSpi is Sun proprietary API and may be removed in a future release
ImageReaderSpi readerSpi = iioRegistry.getServiceProviderByClass(PNGImageReaderSpi.class);
^
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
4 errors
2 warnings
BUILD FAILED (total time: 1 second)
Also it seems to have a problem with "Intern"
init:
deps-jar:
Compiling 3 source files to C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\build\classes
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\messages\InternCommandProccessor.java:112: class InternCommandProcessor is public, should be declared in a file named InternCommandProcessor.java
public class InternCommandProcessor implements CommandProcessorMBean {
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\MapleCharacter.java:254: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
ret.Intern = rs.getInt("Intern") == 0 ? false : true;
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\MapleCharacter.java:490: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
ret.Intern = false;
C:\Documents and Settings\User\Desktop\REPACKS\EspadaStory v2.0\src\net\sf\odinms\client\MapleCharacter.java:1739: cannot find symbol
symbol : variable Intern
location: class net.sf.odinms.client.MapleCharacter
return Intern;
4 errors
BUILD FAILED (total time: 6 seconds)
Can someone quote the first post? When I go to page 1 my firefox closes lol
This was all created by Jimmy [Newton on these forums]. Way to give credits. -_-
private boolean Intern;
private boolean gm;