---Eric Iverson wrote:
> Thanks for pointing this out. It will be fixed. All that is 
> required is that the command be updated to have bin\j.jar.
> 
> ----- Original Message -----
> From: "bill lam" <[EMAIL PROTECTED]>
> > however for java under win32, run at bin directory
> >   javaw -jar j.jar
> > it said error and no ide window for debugging. It worked in 
> previous beta.

I'm not sure if the "command" you mention is the calling command. If so,
I'm not sure that the answer is that simple?

"C:\Program Files\j602\bin\j.exe" -jprofile
An ijx window opens and BINPATH is defined.
    BINPATH
C:\Program Files\j602\bin

I have tried the following settings for a shortcut to run Jwdp in
Windows:
Start in: "C:\Program files\j602"
Target: C:\WINDOWS\system32\javaw.exe -Xss6000000 -jar bin\j.jar
-jprofile 

Start in: "C:\Program files\j602\bin"
Target: C:\WINDOWS\system32\javaw.exe -Xss6000000 -jar j.jar -jprofile 

An ijx window opens fine but BINPATH is not defined.
   BINPATH
|value error: BINPATH

I suspect that the undefined BINPATH in jwdp is what was causing the
error Bill reported.

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to