I just realized that the wiki docs incorrectly referred to running bin\jqt.cmd instead of jqt.cmd. Originally, we distributed the jqt.cmd in bin, but in the current distribution it is now in the main install directory.
Either way, clicking on it from explorer should work. Chris On Wed, Feb 13, 2013 at 8:06 AM, chris burke <[email protected]> wrote: > This error occurs because Qt cannot find the Qt libraries, so likely > something you did changed the install set up. > > The jqt.cmd file has contents: > > setlocal > > set QT_PLUGIN_PATH=%CD%\qt\plugins > > set PATH=%CD%\qt;%PATH% > > start bin\jqt.exe > > > Here, the middle two lines set paths, which must be correct for your > install. You can change them manually if necessary. > > > Chris > > > > On Wed, Feb 13, 2013 at 7:35 AM, Tom Arneson <[email protected]> wrote: > >> After installing, I get the following message box: >> >> Title bar: jqt.exe - System Error >> Message: The program can't start because QtCore4.dll is missing from your >> computer. Try reinstalling the program to fix this problem. >> >> This is after I ran: 'qtide' from the J Console. >> >> >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf Of chris >> burke >> Sent: Tuesday, February 12, 2013 05:28 >> To: Programming forum >> Subject: [Jprogramming] j801 beta >> >> A J801 beta is available for all platforms. >> >> The main reason for the beta is to simplify development of the Qt desktop. >> This replaces the earlier J7 GTK desktop, which will not be supported in >> J8. >> At the same time, the desktop wd interface is updated to match Qt layouts. >> >> For those not making essential use of either J6 wd or J7 GTK, the new beta >> will be a straightforward upgrade. In particular, the J engine, J console >> and JHS are the same in both J7 and J8. >> >> This beta also brings a new development focus. J7 was such a major change >> from J6 that we expected many users would stay with J6, and we supported >> both versions in updates to the base system and addons. In future, we will >> focus development efforts only on J8, and not try to keep J6 or J7 up to >> date. >> >> For more information, see http://www.jsoftware.com/jwiki/System/Beta. >> Please send feedback to the beta forum, thanks. >> ---------------------------------------------------------------------- >> 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
