Sherlock, Ric 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
I don't see a problem with this, and would expect that you could just point to your custom profile. If you have a startup.ijs file, rename it in case that causes the problem. Otherwise, check there are no typos. Try the command in a command terminal and let us know what messages are given. ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
