You are on page 1of 9

(JGRASP) ‫طريقة تثبيت‬

How to install (JGRASP)

‫ ولقد انهتينا من تثبيته ف‬.)‫ (وهي متطلب لتجميع وتشغيل برانمج جافا‬Java JDK : ‫متطلبات سابقة‬
.‫الدورة السابقة‬

Pre requirement: Java JDK (required to compile and run Java programs). We
already installed Java JDK in the previous tutorial.

:‫ قم ابلضغط عىل الرابط التايل مث الضغط عىل الزر األخرض عىل حسب النظام الذي يدعمه جهازك‬.1

https://spider.eng.auburn.edu/user-cgi/grasp/grasp.pl?;dl=download_jgrasp.html

1. Click on the next link, then click the green button depending on your OS:

https://spider.eng.auburn.edu/user-cgi/grasp/grasp.pl?;dl=download_jgrasp.html

‫ عندها‬.‫ بعد االنهتاء من الخطوة األوىل قم ابلنقر عىل امللف واملوافقه عىل تشغيل الربانمج كمدير‬.2
:‫( كما ف الشكل التايل سيبدأ التثبيت‬next) ‫ابلنقر عىل‬

2. after finishing the first step click on the file and choose yes to run Jgrasp as
an administrator. Then, installing will start click (next) as in the next figure:
:‫( كما ف الصورة للموافقة عىل الرشوط وإكمال التثبيت‬I agree( ‫ قم ابلنقر عىل‬.3

3.Accept the License Agreement, click the I Agree.as in the next figure:
:‫قم ابختيار املكوانت التالية ليمت تثبيهتا كما هو موضح ف الشكل‬.4

4.Choose the JGRASP component to be installed. In this case we select a


Standard install type. Click Next:

change the ‫ كما ميكنك تغيريه من خالل النقر عىل الزر‬.‫اخرت املكان الذي ترغب تثبيت الربانمج به‬.5
:next ‫ مث انقر عىل‬destination

5. Choose the installation location. If you want to change the destination folder,
click the Browse button and find your new installation folder. In this case we
choose the given path and folder. Click Next.
:JGRASP ‫ بعد اختيار القامئة‬next ‫ قم ابلنقر عىل‬.6

6. Choose the Start menu folder for jGRASP shortcuts. We just accept the given
shortcut name. Click Next.
:‫ وهنا اخرت كما ف الشكل التايل‬JGRASP ‫ اخرت امللفات املراد تحميلها اقرتاان مع‬.7

7. Choose file associations. Which file extensions you want to associate with
jGRASP. In our case we choose file extensions as shown in the following
Figure. Click Install.

: finish ‫ لقد اكمتل التثبيت اضغط‬.8

8. The installation is complete. Click Finish.


: ‫ ستجد أيقونة التطبيق عىل سطح املكتب قم ابلنقر عىل األيقونة مرتني‬.9

9.You can see the jGRASP icon on the desktop. Double click the icon.

: ‫ ستنطلق شاشة البداية التالية‬.10

10.The following nice splash screen launched.


.‫ جاهزة للبدء‬JGRASP ‫ اآلن أمامنا بيئة التطوير‬.11

.Java<<New<<File ‫ قم ابلضغط عىل‬.12

11. The following is the jGRASP IDE.

12. choose File >> New >> java.


:JGRASP ‫ قم إبضافة الكود التايل للتأكد من عمل بيئة التطوير‬.13

13. Add the next code to test JGRASP:

//*************************************
// Helloworld.java
//*************************************
public class Helloworld
{
//-----------------------------------------------
// Just for fun!!! A classic Hello World program
//-----------------------------------------------

public static void main(String[] args)


{
System.out.println("Hello bastard Java World!");
System.out.println("HE..HE..HE..HE..HE...");
}
}

.save ‫لتقوم بتشغيل الربانمج مث احفظه من خالل النقر عىل‬ ‫ اضغط عىل األيقونة‬.14

14. Click on button to run the program and save it.


: ‫( كما ف الشكل التايل‬Run I/O) ‫ستظهر لك نتيجة التشغيل ف انفذة‬.15

15.See the output in the Run I/O window shown in the following Figure:

‫عىل جهازك‬JGRASP ‫هتانينا! لقد انهتينا من تثبيت الربانمج وأصبحت متلكني‬


.‫الخاص‬

Congrats ! you had already finished the JGRASP install and, you
own it in your device.

You might also like