problem with CLASSPATH

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
User avatar
Nicholas Jordan
Posts: 124
Joined: Mon Dec 20, 2004 12:33 am
Location: Central Texas ISO Latin-1
Contact:

problem with CLASSPATH

Post by Nicholas Jordan »

I have lost the ability to compile Java using TextPad, it always comes back to this CLASSPATH

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 ? :shock:
The only dumb question is one you should have asked and didn't.
Post Reply