Results 1 to 2 of 2

Thread: I have a problem,can you help me out?

  1. #1
    Join Date
    Dec 2011
    Posts
    212
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default I have a problem,can you help me out?

    I made this script for Java lenguage and i cant figure out whats wrong!
    This is the entire script(It's an example):


    import java.security.PublicKey;

    Public class gastonjavaclass {
    Public void main (String [] args) {
    System.out.println("hols");
    }

    }

    I got this error:

    <identifier> expected
    class, interface, or enum expected
    invalid method declaration; return type required

    Thanks for the time.

  2. #2
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    I moved old thread for you, look there
    http://villavu.com/forum/showthread.php?t=70892

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •