Search:

Type: Posts; User: pingusteam

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    944

    Re: throws Exception error

    for me this code work normal.



    rezultati objekt = new rezultati();
    String[] args = null;
    try {
    objekt.skrij(args);
    } catch (Exception ex) {
    ...
  2. Replies
    10
    Views
    944

    Re: throws Exception error

    javni razred Preprosti {
    public void prikaz () {
    rezultati objekt = novi rezultati ();
    String cunam = objekt.poveja (args); // ne deluje normalno
    System.out.println (cunam);

    }
    public...
  3. Replies
    10
    Views
    944

    Re: throws Exception error

    public class Preprosti {
    public void prikaz() {
    rezultati objekt = new rezultati();
    String cunam = objekt.poveja(args); // dont work normal
    ...
  4. Replies
    10
    Views
    944

    Re: throws Exception error

    I get error message:
    Exception in thread "main" java.lang.RuntimeException: Uncompilable source code - non-static method sestej() cannot be referenced from a static context
    at...
  5. Replies
    10
    Views
    944

    throws Exception error

    In my neatbens project I have two java class

    First java class have two function.
    public void e()
    public static void f(String[] args) throws Exception


    second java class named rezultati...
Results 1 to 5 of 5