Compile Error / Build error

Dear fellows,

Im not telling i`m quite new into java, my topic will tell:

during compiling of a build, i`m getting an error:

[name]:[number] Cannot Find Symbol.

When i turn on advanced loggin during this build, i see before this error the following:

Could not load a dependentclass (com/sun/media/jai/codec/FileSeekableStream)for type image

Could not load a dependentclass (com/jcraft/jsch/UserInfo)for type sshexec

Could not load a dependentclass (com/jcraft/jsch/UserInfo)for type scp

Could not load a dependentclass (jdepend/xmlui/JDepend)for type jdepend

Could not load a dependentclass (junit/framework/Test)for type junit

Does this have anything to do with it?

Regards,

Salorob

[1104 byte] By [Saloroba] at [2007-10-2 16:38:41]
# 1

> Dear fellows,

>

> Im not telling i`m quite new into java, my topic will

> tell:

>

> during compiling of a build, i`m getting an error:

> [name]:[number] Cannot Find Symbol.

>

> When i turn on advanced loggin during this build, i

> see before this error the following:

>

> Could not load a dependent class

> (com/sun/media/jai/codec/FileSeekableStream) for type

> image

> Could not load a dependent class

> (com/jcraft/jsch/UserInfo) for type sshexec

> Could not load a dependent class

> (com/jcraft/jsch/UserInfo) for type scp

> Could not load a dependent class

> (jdepend/xmlui/JDepend) for type jdepend

> Could not load a dependent class

> (junit/framework/Test) for type junit

>

> Does this have anything to do with it?

>

> Regards,

>

> Salorob

Is this the first compile you have done on the platform?

Gargoylea at 2007-7-13 17:46:29 > top of Java-index,Java Essentials,New To Java...
# 2
Yes ...
Saloroba at 2007-7-13 17:46:29 > top of Java-index,Java Essentials,New To Java...
# 3
You have errors there from the class loader. I suspect that the installation is not correct. I'm not certain where to guide you next except to check that you followed the installation instructions carefully and carry out a test compile of something like "hello world".
Gargoylea at 2007-7-13 17:46:29 > top of Java-index,Java Essentials,New To Java...