[UnAnswered]Creating Liquids Error
2 posters
MC Modding :: Help :: Help
Page 1 of 1
[UnAnswered]Creating Liquids Error
I'm trying to make a liquid and i keep getting this error and i'm not sure which file it's in and I can't fix it so please help. If you can tell me which file it's saying I have a problem then i'll post the code for that file, but I don't think it says what file it's in.
Here's the error...
Thanks for the help.
Here's the error...
- Code:
2011-10-30 20:50 - commands.__init__ - INFO - == MCP v4.4 ==
2011-10-30 20:50 - commands.__init__ - DEBUG - OS : win32
2011-10-30 20:50 - recompile.main - INFO - > Recompiling client...
2011-10-30 20:50 - commands.recompile - DEBUG - recompile: 'javac.exe -g -source 1.6 -target 1.6 -classpath "lib/;lib/*;jars/bin/minecraft.jar;jars/bin/jinput.jar;jars/bin/lwjgl.jar;jars/bin/lwjgl_util.jar" -sourcepath src/minecraft -d bin/minecraft src/minecraft\net\minecraft\client\*.java src/minecraft\net\minecraft\isom\*.java src/minecraft\net\minecraft\src\*.java conf/patches/*.java'
2011-10-30 20:50 - commands.recompile - ERROR - javac.exe -g -source 1.6 -target 1.6 -classpath "lib/;lib/*;jars/bin/minecraft.jar;jars/bin/jinput.jar;jars/bin/lwjgl.jar;jars/bin/lwjgl_util.jar" -sourcepath src/minecraft -d bin/minecraft src/minecraft\net\minecraft\client\*.java src/minecraft\net\minecraft\isom\*.java src/minecraft\net\minecraft\src\*.java conf/patches/*.java failed.
2011-10-30 20:50 - commands.recompile - ERROR - Return code : 1
2011-10-30 20:50 - commands.recompile - DEBUG - warning: [options] bootstrap class path not set in conjunction with -source 1.6
2011-10-30 20:50 - commands.recompile - DEBUG - src\minecraft\net\minecraft\src\Block.java:796: error: cannot find symbol
2011-10-30 20:50 - commands.recompile - DEBUG - waterStill = (new BlockStationary(9, Material.water)).setHardness(100F).setLightOpacity(3).setBlockName("water").disableStats().setRequiresSelfNotify();
2011-10-30 20:50 - commands.recompile - DEBUG - ^
2011-10-30 20:50 - commands.recompile - DEBUG - symbol: class BlockStationary
2011-10-30 20:50 - commands.recompile - DEBUG - location: class Block
2011-10-30 20:50 - commands.recompile - DEBUG - src\minecraft\net\minecraft\src\Block.java:798: error: cannot find symbol
2011-10-30 20:50 - commands.recompile - DEBUG - lavaStill = (new BlockStationary(11, Material.lava)).setHardness(100F).setLightValue(1.0F).setLightOpacity(255).setBlockName("lava").disableStats().setRequiresSelfNotify();
2011-10-30 20:50 - commands.recompile - DEBUG - ^
2011-10-30 20:50 - commands.recompile - DEBUG - symbol: class BlockStationary
2011-10-30 20:50 - commands.recompile - DEBUG - location: class Block
2011-10-30 20:50 - commands.recompile - DEBUG - Note: src\minecraft\net\minecraft\src\NetworkMasterThread.java uses or overrides a deprecated API.
2011-10-30 20:50 - commands.recompile - DEBUG - Note: Recompile with -Xlint:deprecation for details.
2011-10-30 20:50 - commands.recompile - DEBUG - Note: Some input files use unchecked or unsafe operations.
2011-10-30 20:50 - commands.recompile - DEBUG - Note: Recompile with -Xlint:unchecked for details.
2011-10-30 20:50 - commands.recompile - DEBUG - 2 errors
2011-10-30 20:50 - commands.recompile - DEBUG - 1 warning
2011-10-30 20:50 - commands.recompile - ERROR -
2011-10-30 20:50 - commands.recompile - ERROR - == ERRORS FOUND ==
2011-10-30 20:50 - commands.recompile - ERROR -
2011-10-30 20:50 - commands.recompile - ERROR - warning: [options] bootstrap class path not set in conjunction with -source 1.6
2011-10-30 20:50 - commands.recompile - ERROR - src\minecraft\net\minecraft\src\Block.java:796: error: cannot find symbol
2011-10-30 20:50 - commands.recompile - ERROR - waterStill = (new BlockStationary(9, Material.water)).setHardness(100F).setLightOpacity(3).setBlockName("water").disableStats().setRequiresSelfNotify();
2011-10-30 20:50 - commands.recompile - ERROR - ^
2011-10-30 20:50 - commands.recompile - ERROR -
2011-10-30 20:50 - commands.recompile - ERROR - symbol: class BlockStationary
2011-10-30 20:50 - commands.recompile - ERROR - location: class Block
2011-10-30 20:50 - commands.recompile - ERROR - src\minecraft\net\minecraft\src\Block.java:798: error: cannot find symbol
2011-10-30 20:50 - commands.recompile - ERROR - lavaStill = (new BlockStationary(11, Material.lava)).setHardness(100F).setLightValue(1.0F).setLightOpacity(255).setBlockName("lava").disableStats().setRequiresSelfNotify();
2011-10-30 20:50 - commands.recompile - ERROR - ^
2011-10-30 20:50 - commands.recompile - ERROR -
2011-10-30 20:50 - commands.recompile - ERROR - symbol: class BlockStationary
2011-10-30 20:50 - commands.recompile - ERROR - location: class Block
2011-10-30 20:50 - commands.recompile - ERROR - 2 errors
2011-10-30 20:50 - commands.recompile - ERROR - 1 warning
2011-10-30 20:50 - commands.recompile - ERROR - ==================
2011-10-30 20:50 - commands.recompile - ERROR -
2011-10-30 20:50 - recompile.main - INFO - > Done in 3.13 seconds
2011-10-30 20:50 - recompile.main - INFO - > Recompiling server...
2011-10-30 20:50 - commands.checksources - WARNING - !! Can not find server sources !!
Thanks for the help.
ejmejm- Member
- Posts : 11
Join date : 2011-10-29
MC Modding :: Help :: Help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum