I believe it is by design that the minimal session window is loaded only unless you provide a custom script.
In earlier versions of JHP, tweaking profile.ijs was used, but then it was realized that it is possible and better to leave the profile alone and use an application script with -jijx parameter. Why can't your application use the default J installation and the default profile, and just provide a custom application script with -jijx parameter instead of -jprofile? See also http://www.jsoftware.com/jwiki/Guides/Auto_Start http://www.jsoftware.com/jwiki/System/Library/Requests#spath http://www.jsoftware.com/jwiki/Guides/GUID_Generator http://www.jsoftware.com/jwiki/Guides/Standalone_Applications --- "Sherlock, Ric" <[EMAIL PROTECTED]> wrote: > How can I specify to start a Jwdp session with a custom profile? > > I was curious to check out how some of my projects would work/look like > under Unix so followed the instructions at: > > http://www.jsoftware.com/help/user/redicon.htm > > I got Jwdp to start fine, but I have changed my Jwdw sessions to use a > custom profile > "C:\Program Files\j601\j.exe" -jprofile d:\jprg\user\config\profile.ijs > > Among other things this means that my Project folders are at custom > location, so I thought I'd just need to edit the Target string for Jwdp > to point to the custom profile and I would be away. Unfortuately I > haven't been able to work out how to do this. > > This Target string starts Jwdp fine with the default profile: > C:\WINDOWS\system32\javaw.exe -Xss6000000 -jar j.jar > > This target string starts Jwdp fine without any profile: > C:\WINDOWS\system32\javaw.exe -Xss6000000 -jar j.jar -jprofile > > This target string doesn't start a session: > C:\WINDOWS\system32\javaw.exe -Xss6000000 -jar j.jar -jprofile > d:\jprg\user\config\profile.ijs > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ____________________________________________________________________________________ Expecting? Get great news right away with email Auto-Check. Try the Yahoo! Mail Beta. http://advision.webevents.yahoo.com/mailbeta/newmail_tools.html ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
