Greg Hinkle - 2003-06-19

Logged In: YES
user_id=773314

Is there any interesting output in the ide.log? This file will be
under the system directory of the user directory.

The user directory can be altered on windows, by setting the
DefaultUserDirName property in the "runide_exe_defaults" file,
which is in the bin directory of the application. You probably
want to edit this to be something like ".mc4j\1.2b1".

Also, check to make sure that the build has properly copied
the "mc4j_*.jar" module files into the applications "modules"
directory.

One thing that comes to mind, is that you'll want to make
sure that the "application.install" directory is pointing at the
place you unpacked the netbeans platform zip.

Also, make sure the ide.cfg file in the bin directory has the
following lines:
-J-Xverify:none
-J-Dnetbeans.logger.console=true
-J-Dnetbeans.debug.exceptions=true
-J-Dorg.netbeans.core.modules.NbInstaller.noAutoDeps=true

(I need to update that build document)