Jane usage?
Submitted by Monday, 9 February, 2004 - 07:29
on
This might be a bug but I will first try to use this forum.
I have tried everything but I can't get Jane working. I have set Jane to generate both errors.
I have added my project as Jane library (project's build folder).
But it can't see everything I want from my project files. Still I can see some classes from my project.
I have private variable clled myVariable. I use this variable e.g. in constructor but Jane gives me a warning: Cannot resolve symbol: myVariable
I have class where is static methods (MyClass). I am using those methods from my class and Janse warns: Cannot resolve symbol: MyClass
I have private method (method()) what I am using (at least in constructor) and Jane warns: Cannot resolve symbol: method
I am using newest Jane, newest jEdit devel (pre9) and J2SE build 1.4.2_01-b06
Can someone help me to get Jane working
I have tried everything but I can't get Jane working. I have set Jane to generate both errors.
I have added my project as Jane library (project's build folder).
But it can't see everything I want from my project files. Still I can see some classes from my project.
I have private variable clled myVariable. I use this variable e.g. in constructor but Jane gives me a warning: Cannot resolve symbol: myVariable
I have class where is static methods (MyClass). I am using those methods from my class and Janse warns: Cannot resolve symbol: MyClass
I have private method (method()) what I am using (at least in constructor) and Jane warns: Cannot resolve symbol: method
I am using newest Jane, newest jEdit devel (pre9) and J2SE build 1.4.2_01-b06
Can someone help me to get Jane working