13.11.2007, 17:11
Unfortunatelly I do not speak Java . I used NetBeans to try to build a new 109G10 but I get dependency errors in compile time in the form of "Package does not exist".
I have all those classes compiled I just do not know how to tell the compiler to use them. any help would be appreciated. An equivalent to "Add dependency" in Visual Studio, and reference to a .class file.
For example:
if the java source file references com.maddox.il2.ai.Wing, and I have Wing.class in a folder hiearchy equivalent to fully qualified class namespace/path, how do I reference it? Do I need to decompile everything and build?
P.S. I do not know how to add loadout to F4, probably needs a weapon station defined and that probably means hook in 3D model...
I have all those classes compiled I just do not know how to tell the compiler to use them. any help would be appreciated. An equivalent to "Add dependency" in Visual Studio, and reference to a .class file.
For example:
if the java source file references com.maddox.il2.ai.Wing, and I have Wing.class in a folder hiearchy equivalent to fully qualified class namespace/path, how do I reference it? Do I need to decompile everything and build?
P.S. I do not know how to add loadout to F4, probably needs a weapon station defined and that probably means hook in 3D model...