I have a program I really need to get shipped this weekend, in conf/pref /tools/compile java the terms:
$filename
$filename -cp .
$filename -sourcepath .
all get:
randomHotBits.java:18: cannot find symbol
symbol: class randomX
public class randomHotBits extends randomX {
command line overrides env_var normally, and this should not be such an intractable issue, one of the tools on apache dot org gave up completely on classpath and advised not to use it in any even-kneel project
( including theirs - which I think was regexes )
Most suggestions I could implement by writing a Compiler Shell [ which I already have started ] but this CLASSPATH issue is broken somewhere in the recursive descent. I have a major code repository built up and am now at the skill that I can use it like I intended when I was collecting the code.
Anyone else have similar snags ?
