Simple question (I hope)

Using the Java SDK with TextPad

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

Post Reply
lzr
Posts: 2
Joined: Thu Apr 29, 2004 11:32 pm

Simple question (I hope)

Post by lzr »

I have aldready checked this post http://www.textpad.com/forum/viewtopic.php?t=5238

I made 2 commands myself (since I had some problems after uninstalling sdk etc).. javac + java, javac seem to compile correctly but java will try to run <myprogram>.java instead of just <myprogram>

command looks like this:

Image

I just need someone to check their textpad and tell me how it looks.

Ty
User avatar
s_reynisson
Posts: 939
Joined: Tue May 06, 2003 1:59 pm

Post by s_reynisson »

Here's a hint from TP's help file:

Tool Parameter Macros
...
$File The fully qualified filename of the current document.
$FileName The simple filename of the current document.
$BaseName $FileName, stripped of any extension.
$FileDir The drive and directory of the current document.
$FilePath The directory of the current document, stripped of the drive.
Then I open up and see
the person fumbling here is me
a different way to be
lzr
Posts: 2
Joined: Thu Apr 29, 2004 11:32 pm

Post by lzr »

nice, it works now thx
Post Reply