public class mod_MyMod extends BaseMod
public String Version()
{
return "1.2_02";
}
public void AddRecipes(CraftingManager recipes)
{
recipes.addRecipe(new ItemStack(Item.diamond), new Object[] {
...
I have two files like read.java and sufer_type.java. The surfer_type.java needs some methods which are present in a .jar file. Before executing surfer_type.java I need to run read.java and use the ...
Can you post the code. It looks like you are trying to access an array whose size is less than the index you are trying to fetch. For example your array ...
Hello all ... I did a small program HelloWorld.java and saved that in unicode. When I tried to compile it, it throwing error. Later I saved that file in Ascii format and it is successfully compiled. Can you please say what is the problem? Is this the problem of my system? I am using windows XP and donno whether it is ...