accessing a running instance of TextPad from a java program

Using the Java SDK with TextPad

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

Post Reply
anamaeka
Posts: 5
Joined: Fri Aug 13, 2004 7:54 pm
Location: Seattle, WA, US

accessing a running instance of TextPad from a java program

Post by anamaeka »

Hi there,

I have a question about running TextPad from within a Java program rather than the other way round (the other way round being the usual topic for this forum...)

I know how to start up an instance of TextPad from a Java program using the Runtime class' exec method. But I'd like to know if it's possible--from a Java program--to open another text file in an already running instance of TextPad. Can that be done? If so, can anyone explain how?

Thanks in advance; any help would be greatly appreciated,
Post Reply