سلام من نرم افزار یدارم که یه محیط GUI رو هم فراهم می کنه تا بتونم از محیط گرافیکیش استفتده کنم پس باید java که خودش داده رو نصب کنم اول این دستور رو باید بزنم javac *.java که احتمالا باید build بکنه اما کلی warning و ... میده حدود ۹۶۰ تا از جمله:
^^^^^^
The static field GraphDraw.xlabel should be accessed in a static way
----------
926. WARNING in ZdenPlot.java (at line 142)
graf.ylabel.setText("D(z)");
^^^^^^
The static field GraphDraw.ylabel should be accessed in a static way
----------
927. WARNING in ZdenPlot.java (at line 143)
graf.plabel.setText("Z-Density of "+name.trim());
^^^^^^
The static field GraphDraw.plabel should be accessed in a static way
----------
928. WARNING in ZdenPlot.java (at line 171)
monitor.println("Reading file: "+fname);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
929. WARNING in ZdenPlot.java (at line 173)
monitor.println("File header record: "+title);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
930. WARNING in ZdenPlot.java (at line 200)
monitor.println("Error - required Z-Density not found in file "+fname);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
931. WARNING in ZdenPlot.java (at line 208)
monitor.println("Error - file not found: " + fname);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
932. WARNING in ZdenPlot.java (at line 213)
monitor.println("Error reading file: " + fname + " "+e);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
933. WARNING in ZdenPlot.java (at line 216)
monitor.println("Number of points loaded:"+BML.fmt(npts,6));
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
934. WARNING in ZdenPlot.java (at line 245)
monitor.println("PLOT file "+fname+" created");
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The static method println(String) from the type Monitor should be accessed in a static way
----------
نمی دونم چه هستند البته یه بار با دستور sudo apt-get -f install سعی کرد که یه چیزهایی رو دانلود و نصب کنه و بعد هم با دستور sudo apt-get install sun-java6-jdk گفتم شاید مشکل از
sun-java6-jdk باشه اما کلا کاری انجام نشد
نظر دوستان رو می خواستم بدونم و اینکه چکار کنم تا مشکل حل بشه البته قبلا با فدورا این مشکل رو نداشتم مرسی