G
gwoodhouse
Hello everyone,
Hopefully someone will have had this problem before (i can't beleive i
havnt come across this problem before).
I'm using a jar of a different project to reference certain objects/
methods/actions from it.
The problem im getting is that one of the source files in the jar has
an internal class within it. ie, when compiled it gives
"theclassname.class" and also "theclassname$1.class": When accessing
this from another project, it doesnt seem to be able to compile its
own "theclassname$1.class" -
To be honest, i dont even understand how it uses' jars without
compiling the source code inside.
Could anyone give me some expert knowledge in this area? My google
skills are again severley lacking when trying to find this stuff out.
Graeme
Hopefully someone will have had this problem before (i can't beleive i
havnt come across this problem before).
I'm using a jar of a different project to reference certain objects/
methods/actions from it.
The problem im getting is that one of the source files in the jar has
an internal class within it. ie, when compiled it gives
"theclassname.class" and also "theclassname$1.class": When accessing
this from another project, it doesnt seem to be able to compile its
own "theclassname$1.class" -
To be honest, i dont even understand how it uses' jars without
compiling the source code inside.
Could anyone give me some expert knowledge in this area? My google
skills are again severley lacking when trying to find this stuff out.
Graeme