Title: ICS 102, 201, 202 Lab Config
1ICS 102, 201, 202 Lab Config
- JCreator Configuration
- JDK Profile
- Default Project Folder
- Compiler Setup
- Account Configuration
- Classpath Setup
- Profile Cleaning
2How To Configure JCreator
3Part I JDK Profile
4Launch JCreator
Start ? Programs ? Installed Applications ?
JCreator LE
5JDK Profile Options
Configure ? Options ? JDK Profile (in left pane)
6Add JDK Home Path
Click New Button
Choose JDK
In CCSE Labs JDK Home is E\Program Files\jdk\
7Successful Addition Screen
8Part II Default Project Folder
9Launch JCreator
Start ? Programs ? Installed Applications ?
JCreator LE
10Directories Options
Configure ? Options ? Directories (in left pane)
11Change Projects Directory
In CCSE labs, it is best to choose a folder in
the Z Drive (Z)
12Part III Setup the Compiler
13JDK Tools Options
Configure ? Options ? JDK Tools (in left pane)
14Editing the Default Compiler
Click on ltDefaultgt ? Press the Edit button
15Change Default Parameters
1. Choose the Parameters tab 2. Check these three
options only a. Show Warnings b. Use
class-path c. Compile all files
16Account Configuration
17Part VI Change Java Class Path
18My Computer
Right Click on My Computer icon
19System Properties
Choose Properties to go to your System Properties
20Advanced System Properties
Choose the Advanced Tab
21Environment Variables
Click the Environment Variables Button
22New User Variable
In the User Variables section click new
23Path Environment Variable
Variable Name Path Variable Value Path
E\Program Files\jdk\bin
E\Program Files\jdk\bin is the bin folder in the
JDK home on CCSE Lab Machines
24Class Path Env. Variable
Variable Name classpath Variable Value
classpath .
Dont forget this dot
25Part V Cleaning Your Profile
26How to Clean Your Profile
- You need to clean your profile when you can not
log off from your machine
This icon means profile is over quota
Start ? Programs ? Installed Applications ? Clean
Profile.bat
27Enjoy Your Java Experience