Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi all! We have been experiencing an issue on site where threads have been missing the latest postings. The platform host Vanilla are working on this issue. A workaround that has been used by some is to navigate back from 1 to 10+ pages to re-sync the thread and this will then show the latest posts. Thanks, Mike.
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Java on Vista

  • 28-10-2009 3:19pm
    #1
    Registered Users Posts: 8


    Can anyone give a step by step layman's guide to and running java programs on Vista? Downloaded JDK, changed environment variable path, but still cant run programs...


Comments

  • Technology & Internet Moderators Posts: 28,820 Mod ✭✭✭✭oscarBravo


    Moved from Open Source.


  • Registered Users, Registered Users 2 Posts: 1,373 ✭✭✭Shane O' Malley


    What sort of program are you running.

    Is it within a browser? Which Browser?

    Shane


  • Moderators, Recreation & Hobbies Moderators, Science, Health & Environment Moderators, Technology & Internet Moderators Posts: 92,442 Mod ✭✭✭✭Capt'n Midnight


    to test the path what message do you get when you type javac ?


    If you save this as HelloWorldApp.java what do you get when you type
    javac HelloWordApp.java

    [php]class HelloWorldApp {
    public static void main(String[] args) {
    System.out.println("Hello World!"); // Display the string.
    }
    }
    [/php]


    do you then have a HelloWorldApp.class file now ?

    java HelloWorldApp should now say Hello World

    It this works and your other programs don't then it's looking at other stuff that should be in the proper folders and such like


Advertisement