Hello All,
I'm trying to use lint4j on windows without success.
I have one file "hw.java" in a directory and I'd like lint4j to find
any errors in it.
If I run:
C:\cygwin\tmp\hwj>c:\miki\src\lint4j-0.9\bin\lint4j.bat -home
c:\miki\src\lint4j
-0.9 -javahome c:\j2sdk1.4.2_09 -v 5 -sourcepath c:\cygwin\tmp\hwj
-classpath c:
\cygwin\tmp\hwj hw.java
I get:
Please add the following types to your classpath for full analysis:
[hw]
What does it mean and how do I call lint4j correctly?
Thanks.
Miki
Frank Langelage - 26 Oct 2005 20:02 GMT
> I get:
> Please add the following types to your classpath for full analysis:
> [hw]
>
> What does it mean and how do I call lint4j correctly?
lint4j uses the byte code and the source code.
So you'll have to put the hw.class into directory c:\cygwin\tmp\hwj.