Instead of tweaking with -jprofile, there is an alternative,
edit your ~bin/profile.ijs change the line

config=. user,'/config'

into

3 : 0''
if. 0~:4!:0<'IFQT_z_' do. IFQT_z_=: 0 end.
''
)
config=. user,IFQT{::'/config';'/configqt'

j will create that configqt folder if not already existed.
Or you may set the equivalent inside profilex.ijs

start j with bin/jqt or jqt dependnig on your current working
directory.

Yet another alternative is do a fresh J install in another
folder without GTKIDE, since there won't be any conflict with
the non-exiting GTKIDE, it does not need the -jprofile paremeter.

Вс., 06 янв. 2013, Henry Rich писал(а):
> OK, I have new information.
> 
> My user directory is C:\JPrograms   (set in profilex.ijs)
> 
> I created C:\JPrograms\configqt  and installed profile.ijs there.
> 
> 
> 
> 1.  If the last line of my jq.cmd startup file is
> 
> bin\jqt.exe -jprofile user\configqt\profile.ijs
> 
> it crashes before running boot.ijs.
> 
> 
> 2.  If the last line is
> 
> bin\jqt.exe -jprofile C:\JPrograms\configqt\profile.ijs
> 
> the IDE starts and runs boot.ijs, but it doesn't run my profile.
> 
> 
> 3.  If the last line is
> 
> bin\jqt.exe
> 
> the IDE starts and runs boot.ijs, but it doesn't run my profile.
> 
> BUT if I rename my profile.ijs to startup.ijs, then the IDE goes into
> a hard loop for about 30 seconds (after running boot.ijs but before
> starting startup.ijs), without displaying the IDE window, and then
> goes away quietly.
> 
> The same thing happens if the line is
> 
> 
> bin\jqt.exe -jprofile C:\JPrograms\configqt\startup.ijs
> 
> 
> 
> 
> 
> I can't quite work out what's happening, but there it is.
> 
> Normally -jprofile overrides the startup sequence, doesn't it?  So
> for beta testing, we just need a way to go through normal startup
> ending with the user's profile.  I haven't found this yet.
> 
> Henry Rich
> 
> 
> 
> On 1/6/2013 12:45 PM, Henry Rich wrote:
> >When I do that (this is Henry, not Don, but we seem to have the same
> >problem), the IDE starts, and shows
> >
> >not found: C:\j701/-profile
> >|file name error: script
> >|       0!:0 y[4!:55<'y'
> >
> >so it does appear that the crash is related to starting the profile.
> >
> >I can probably troubleshoot this but it will have to wait a hour.
> >
> >Henry
> >
> >On 1/6/2013 12:26 PM, Norman Drinkwater wrote:
> >>Shouldn't the last line of the batch file be
> >>jqt.exe -profile ~user\configqt\profile.ijs
> >>
> >>On Jan 6, 2013, at 10:20 AM, bill lam <[email protected]> wrote:
> >>
> >>>Is the file C:\J\j701\user\configqt\profile.ijs a valid file?
> >>>
> >>>If yes and it still failed, then try start j without that
> >>>-jprofile
> >>>
> >>>bin\jqt.exe
> >>>
> >>>but you may also need to delete any *.dat in your original
> >>>~config folder first.
> >>>
> >>>Вс., 06 янв. 2013, Don Guinn писал(а):
> >>>>I tried to run JQt it failed as shown below. There is a qt directory
> >>>>in the
> >>>>J system directory. I installed Qt from their web site just in case.
> >>>>Wanted
> >>>>to play with Qt anyway. When I start JQt it runs for a few seconds then
> >>>>goes away. No term window appears. Running on Windows 7. The path
> >>>>includes
> >>>>the Qt directory from J and also the Qt directory from the install
> >>>>of Qt
> >>>>from their web site. I tried this with both 32 bit and 64 bit
> >>>>version of
> >>>>J7. Both failed the same way.
> >>>>
> >>>>This is what I see:
> >>>>
> >>>>8:39:42.17 C:\Users\Don\j701-user jqt
> >>>>
> >>>>8:39:49.40 C:\Users\Don\j701-user c:
> >>>>
> >>>>8:39:49.40 C:\Users\Don\j701-user cd \j\j701
> >>>>
> >>>>8:39:49.40 C:\J\j701 setlocal
> >>>>
> >>>>8:39:49.40 C:\J\j701 set QT_PLUGIN_PATH=C:\J\j701\qt\plugins
> >>>>
> >>>>8:39:49.41 C:\J\j701 set PATH=C:\J\j701\qt;C:\Program Files\Common
> >>>>Files\Micros
> >>>>oft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft
> >>>>Shared\Win
> >>>>dows Live;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program
> >>>>Files\Intel\iCLS
> >>>>Client\;C:\Program Files (x86)\NVIDIA
> >>>>Corporation\PhysX\Common;C:\Windows\system
> >>>>32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files
> >>>>(x86)\Intel\OpenCL
> >>>>SDK\1
> >>>>.5\bin\x86;C:\Program Files (x86)\Intel\OpenCL
> >>>>SDK\1.5\bin\x64;C:\Program
> >>>>Files\
> >>>>Intel\Intel(R) Management Engine Components\DAL;C:\Program
> >>>>Files\Intel\Intel(R)
> >>>>Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R)
> >>>>Managemen
> >>>>t Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R)
> >>>>Management
> >>>>Engine
> >>>>Components\IPT;C:\Program Files\Lenovo\Bluetooth Software\;C:\Program
> >>>>Files\Leno
> >>>>vo\Bluetooth Software\syswow64;C:\Program
> >>>>Files\Intel\WiFi\bin\;C:\Program
> >>>>Files
> >>>>\Common Files\Intel\WirelessCommon\;C:\Program Files (x86)\Windows
> >>>>Live\Shared;C
> >>>>:\Program Files
> >>>>(x86)\QuickTime\QTSystem\;C:\Windows\System32\WindowsPowerShell\
> >>>>v1.0\
> >>>>
> >>>>8:39:49.41 C:\J\j701 bin\jqt.exe -jprofile user\configqt\profile.ijs
> >>>>
> >>>>8:39:53.68 C:\J\j701
> >>>>----------------------------------------------------------------------
> >>>>For information about J forums see http://www.jsoftware.com/forums.htm
> >>>
> >>>--
> >>>regards,
> >>>====================================================
> >>>GPG key 1024D/4434BAB3 2008-08-24
> >>>gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> >>>----------------------------------------------------------------------
> >>>For information about J forums see http://www.jsoftware.com/forums.htm
> >>----------------------------------------------------------------------
> >>For information about J forums see http://www.jsoftware.com/forums.htm
> >>
> >----------------------------------------------------------------------
> >For information about J forums see http://www.jsoftware.com/forums.htm
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to