Trouble Shooting at Startup

 

Out of environment space

Too many parameters

MS-Dos window starts and closes immediately

Graphics configuration error

Unable to create a suitable default GraphicsConfiguration. Try changing your Display Settings.
at sun.awt.Win32GraphicsDevice.getDefaultPix (Native Method)
at sun.awt.Win32GraphicsDevice.getDefaultConfiguration(Win32GraphicsDevice.java:137)
at sun.awt.windows.WToolkit.resetG(WToolkit.java:87)
at sun.awt.windows.WToolkit.<clinit>(WToolkit.java:77)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:120)
at java.awt.Toolkit$2.run(Toolkit.java:512)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:503)

javac not recogonized as an internal or external command

Windows NT - To set the PATH permanently:

  1. Start the Control Panel, select System, select Environment, and look for "Path" in the User Variables and System Variables. If you're not sure where to add the path, add it to the right end of the "Path" in the User Variables. A typical value for PATH is:  C:\jdk1.2.2\bin

  2. Click "Set", "OK" or "Apply".

  3. The new path takes effect in each new Command Prompt window you open after setting the PATH variable.

Windows 98 and Windows 95 - To set the PATH permanently,

  1. Open the AUTOEXEC.BAT file and add or change the PATH statement as follows:

  2. Start the system editor. Choose "Start", "Run" and enter sysedit, then click OK. The system editor starts up with several windows showing. Go to the window that is displaying AUTOEXEC.BAT.

  3. Look for the PATH statement. (If you don't have one, add one.) If you're not sure where to add the path, add it to the right end of the PATH. For example, in the following PATH statement, we have added the bin directory at the right end:

  4. PATH C:\WINDOWS; C:\WINDOWS\COMMAND;C:\JDK1.2.2\BIN

  5. To make the path take effect in the current Command Prompt window, execute the following: C:> c:\autoexec.bat

To find out the current value of your PATH, to see if it took effect, at the command prompt, type:  C:> path

 

java.lang.NullPointerException -- com.adventnet.tools.license.LicensingKey.getDays



Copyright © 1996-2004, AdventNet Inc. All Rights Reserved.