The problem I'm having (as Java noob) is that I don't know how to linkup to the other code files that seems to be needed to compile the res layer code file.
Java JDK is installed, and I'm trying to use Javac to compile some code layer file.
- Code: Select all
>..\javac.exe -verbose -g -classpath "..\Clients\Default\haven.jar" Fact.java
[parsing started RegularFileObject[Fact.java]]
[parsing completed 31ms]
[search path for source files: ..\Clients\Default\haven.jar,..\Clients\Default\jogl.jar,..\Clients\Default\gluegen-rt.jar,..\Clients\Default\haven-res.jar]
[search path for class files: ..\jre\lib\resources.jar, ... ..\Clients\Default\haven.jar,..\Clients\Default\jogl.jar,..\Clients\Default\gluegen-rt.jar,..\Clients\Default\haven-res.jar]
[loading ZipFileIndexFileObject[..\Clients\Default\haven.jar(haven/resutil/GrowingPlant.class)]]
[loading ZipFileIndexFileObject[..\Clients\Default\haven.jar(haven/resutil/GrowingPlant$Factory.class)]]
Fact.java:3: error: package GrowingPlant does not exist
public class Fact extends GrowingPlant.Factory
^
[checking Fact]
[total 484ms]
1 error
