270 likes | 458 Views
ICS 102, 201, 202 Lab Config. JCreator Configuration JDK Profile Default Project Folder Compiler Setup Account Configuration Classpath Setup Profile Cleaning. How To Configure JCreator. Part I: JDK Profile. Launch JCreator. Start Programs Installed Applications JCreator LE.
E N D
ICS 102, 201, 202 Lab Config • JCreator Configuration • JDK Profile • Default Project Folder • Compiler Setup • Account Configuration • Classpath Setup • Profile Cleaning
Launch JCreator Start Programs Installed Applications JCreator LE
JDK Profile Options Configure Options JDK Profile (in left pane)
Add JDK Home Path Click New Button Choose JDK In CCSE Labs JDK Home is E:\Program Files\jdk\
Launch JCreator Start Programs Installed Applications JCreator LE
Directories Options Configure Options Directories (in left pane)
Change Projects Directory In CCSE labs, it is best to choose a folder in the Z Drive (Z:)
JDK Tools Options Configure Options JDK Tools (in left pane)
Editing the Default Compiler Click on <Default> Press the Edit button
Change Default Parameters 1. Choose the Parameters tab 2. Check these three options only: a. Show Warnings b. Use class-path c. Compile all files
My Computer Right Click on My Computer icon
System Properties Choose Properties to go to your System Properties
Advanced System Properties Choose the Advanced Tab
Environment Variables Click the Environment Variables Button
New User Variable In the User Variables section click new
Path 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
Class Path Env. Variable Variable Name: classpath Variable Value: %classpath%; . Don’t forget this ‘dot’
How 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