javap on the tools menu

Using the Java SDK with TextPad

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

Post Reply
John Pavley

javap on the tools menu

Post by John Pavley »

I want to setup and run javap (and other JDK command line tools like jdb and javadoc) from the Tools menu for the current file. My problem is the package name. Somehow TextPad can pass the current file's package name to java.exe but not to javap.exe. My classpath is setup correctly. I am lazy and I do not want to type the full name of the package (com.doubleclick.model) everytime I need to run a tool other than java.exe. Here's the error:

Error: Binary file 'RandomFun' contains bin.random.RandomFun

Is there a macro like $JavaPackage$?
Post Reply