After installing Java Development Kit, you have to set the path and class path of JDK in the system. Here path is the address of bin folder of JDK, in environment variable for path set PATH=C:\Program Files\Java\JDK1.6.20\bin;
जावा डेवलपमेंट किट इंस्टॉल करने के पश्चात्, आपको सिस्टम में जेडीके का पथ एवं क्लास पथ सेट करना होता है यहाँ पथ जेडीके के बिन फोल्डर का पता होता है, पथ के लिए पर्यावरण चर में set PATH=C:\Program Files\Java\JDK1.6.20\bin; लिखे and एवं
Class path describes the location where all the required files are available which are used in the application. In Windows OS, you can set the Java classpath from the control panel as follows-
क्लास पथ उस स्थान का वर्णन करता है जहां सभी आवश्यक फाइलें उपलब्ध हैं जो एप्लिकेशन में उपयोग की जाती हैं। विंडोज़ ओएस में जावा क्लासपथ कंट्रोल पैनल से निम्न प्रकार सेट कर सकते है-
1. First select start सर्वप्रथम प्रारंभ(start) का चयन करें
2. Go to Control Panel कंट्रोल पैनल पर जाएं
3. Choose System and Security सिस्टम और सुरक्षा चुनें
4. Select advanced system settings उन्नत(advanced) सिस्टम सेटिंग्स का चयन करें
5. Click on Environment Variables पर्यावरण चर पर क्लिक करें
6. Click New under System Variables सिस्टम वेरिएबल के अंतर्गत नवीन (New) पर क्लिक करें
7. Now add the class path (CLASSPATH) as variable name and the files path (C:\Program Files\Java\JDK1.6.20\jre) as variable value.
अब क्लास पथ (CLASSPATH) को वेरिएबल नाम के रूप में और फाइलों के पथ (C:\Program Files\Java\JDK1.6.20\jre) को वेरिएबल मान के रूप में जोड़ें।
8. Select OK. ठीक(Ok) चुनें।
No comments:
Post a Comment