Yes, you need to run bin\jqt.exe -jprofile C:\JPrograms\configqt\profile.**ijs
If you instead run bin\jqt.exe -jprofile user\configqt\profile.ijs then since you have changed path to c:\j701, the system will look for the profile in c:\j701\user\configqt\profile.ijs (i.e. user\config... is a relative pathname). A side issue is that right now, the system requires a valid profile. Some work is needed to allow it to start up without a profile. Chris On Mon, Jan 7, 2013 at 8:25 AM, Henry Rich <[email protected]> wrote: > Well... yes, but. My user is not the standard, whatever that is. My user > is C:\JPrograms. > > When I point to the file directly: > > bin\jqt.exe -jprofile C:\JPrograms\configqt\profile.**ijs > > it runs profile, profilex, and boot. config seems to be set properly from > the profilex. > > > When I run > > > bin\jqt.exe -jprofile user\configqt\profile.ijs > > I can't guess what it's doing, but it crashes before running any of > profile, profilex, and boot. > > Henry > > > On 1/6/2013 6:25 PM, chris burke wrote: > >> bin\jqt.exe -jprofile user\configqt\profile.ijs >>> >> >> Can you confirm that you do have a profile.ijs in that location, and that >> it is the normal profile except with the config definition changed? >> >> >> On Mon, Jan 7, 2013 at 12:48 AM, Henry Rich <[email protected]> wrote: >> >> I am attaching the batch file jq.cmd that I am using. >>> >>> The batch window comes up and shows that it launches >>> >>> bin\jqt.exe >>> >>> which then crashes. I have deleted the .dat files from ~user\configqt, >>> and I put the line >>> >>> 'startprof' 1!:2 <'C:\j701\xxx.xxx' >>> >>> at the start of my profile. It was never executed, so the problem is >>> somewhere earlier in startup. >>> >>> FWIW, if I just click on the jqt.exe it gives a missing dll message, as >>> expected. >>> >>> >>> Henry Rich >>> >>> >>> jq.cmd follows >>> >>> c: >>> cd \j701 >>> setlocal >>> set QT_PLUGIN_PATH=%CD%\qt\plugins >>> set PATH=%CD%\qt;%PATH% >>> bin\jqt.exe -jprofile user\configqt\profile.ijs >>> >>> ------------------------------****----------------------------** >>> --**---------- >>> For information about J forums see http://www.jsoftware.com/**** >>> forums.htm <http://www.jsoftware.com/**forums.htm><http://www.** >>> jsoftware.com/forums.htm <http://www.jsoftware.com/forums.htm>> >>> >>> ------------------------------**------------------------------** >> ---------- >> For information about J forums see >> http://www.jsoftware.com/**forums.htm<http://www.jsoftware.com/forums.htm> >> >> ------------------------------**------------------------------** > ---------- > For information about J forums see > http://www.jsoftware.com/**forums.htm<http://www.jsoftware.com/forums.htm> > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
