שאלה בג´אווה

hazgul

New member
שאלה בג´אווה

איך אפשר להריץ פקודות מערכת (כעקרון ביוניקס, אבל ג´אווה היא קרוס פלטפורם אז זה לא משנה..)?
 

evgenyb

New member
Runtime זה האובייקט שאתה מחפש

Try this: Runtime r = Runtime.getRuntime(); r.exec("CoolCommand.exe");
 

hazgul

New member
אתה בטוח?

כי מישהו אחר ענה לי שגם
System.exec​
יעבוד.
 

evgenyb

New member
בטוח !!!

object System does not contains method with the name exec (check the Api) But Runtime object contains such method !!!!!!!!
 
למעלה