Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need a autoexec.bat that will allow me to use javac.swing error-free

Status
Not open for further replies.

elevator

Programmer
Apr 23, 2002
19
0
0
US
Need Autoexec.bat fixed to prevent the error below.
Windows ME
C:\j2re1.4.0_01
c:\jdk1.1.8
c:\Swing-1.1.1

import javax.swing.*;
--------Error----------------------
DiveLog.java:3: Pakage javax.swing not found in import.
import javax.swing.*;
1 error /
--------Current Autoexec.bat-------
SET windir=C:\WINDOWS
SET winbootdir=C:\WINDOWS
SET COMSPEC=C:\WINDOWS\COMMAND.COM
SET PROMPT=$p$g
SET TEMP=C:\WINDOWS\TEMP
SET TMP=C:\WINDOWS\TEMP
SET MIDI=SYNTH:1 MAP:E MODE:0
SET SOUND=C:\PROGRA~1\CREATIVE\CTSND
SET BLASTER=A220 I5 D1 H5 P330 T6
SET SWING_HOME=C:\Swing-1.1.1
SET JAVA_HOME=C:\JDK1.1.8
SET CLASSPATH=.;C:\JDK1.1.8\lib\classes.zip
SET PATH=c:\WINDOWS\;C:\WINDOWS\COMMAND;C:\;C:\JDK1.1.8\bin

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top