Launch the Integrated Development Environment
Syntax:
qde [-consoleLog] [-data path] [-debug options_file]
[-nospash] [-refresh]
[-vmargs args]
Options:
-
-consoleLog
- Write error messages to the console.
-
-data
path
- Set the IDE's workspace to the path directory.
-
-debug
options_file
- Run QDE in debug mode, loading its options from
options_file.
-
-nosplash
- Start QDE without displaying the splash screen.
-
-refresh
- Force a workspace refresh when QDE starts up.
-
-vmargs
args
- Pass args unchanged to the
Java VM on Windows and Linux. The most common VM options are used to control the
stack and heap available to the VM.
-
-Xms
heap_size — Set the initial Java heap
size to heap_size.
-
-Xmx
heap_size — Set the maximum Java heap
size to heap_size.
-
-Xss
stack_size — Set the Java thread stack
size to stack_size.
Under Windows, the default -vmargs are -Xms256m and -Xmx512m.
The -vmargs option isn't
supported by qde on BlackBerry 10 OS.
Description:
On Linux and Windows development hosts, qde launches the Momentics
IDE for BlackBerry, a
powerful set of tools based on the Eclipse Platform. It integrates several OS-specific
plugins designed for building projects for target systems running the BlackBerry 10 OS.
For more information, please refer to the
IDE User's Guide
.