Jikes in Textpad?

Using the Java SDK with TextPad

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

Post Reply
Fredrik Andersson

Jikes in Textpad?

Post by Fredrik Andersson »

Hello!

I'm trying to add Jikes as compiler to my TextPad. But I can't get the classpath right. If a use javac, javac seems to use the classpath wich I have set in autoexec.bat (Win98) for my own classes. But Jikes always say that it can't find the basic package like java.util and java.lang etc. But javac works fine.

Any idees?

Best regards

Fredrik
Henrik S. Larsen

Re: Jikes in Textpad?

Post by Henrik S. Larsen »

try setting the JIKESPATH like: SET JIKESPATH=%CLASSPATH%

mvh
/Henrik
Post Reply