Search:

Type: Posts; User: homey

Search: Search took 0.11 seconds.

  1. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    first i would like to apologize. i did not notice that there was a second page.
    second, all that i can find is what i posted before
    v
  2. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    Windows Registry Editor Version 5.00

    [HKEY_CLASSES_ROOT\.jar]
    @="jarfile"


    thats all?
  3. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    assuming its not there because of lack of response after double clicking the file... how might one fix that?
  4. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    thats... confusing. im not sure exactly what that means. i just want to know how to run an executable jar file by double clicking. or is that it?
  5. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    when i right click on a file im not seeing any command lines.
  6. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    i didnt do it casually. had it been my computer, i wouldve been casual.but its my moms computer, so i took the time to do the research on changing/adding path. so i need to find a path entry for jar?
  7. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    start>computer>system properties>advanced system properties>environment variables>System variables> path.
    i have it set so it should know what to do with jar and java files
    C:\Program...
  8. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    here it is.


    C:\Users\Pookie>cd desktop

    C:\Users\Pookie\Desktop>java -jar guess.jar
    ♀i want to play a game, lets play a gusseing game
    i will pick a number between 1 and 100
    you guess the...
  9. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    when i run it in command prompt it runs perfectly. ill still post it though... but i cant seem to copy text from cmd?
    but it works exactly the way i intended it to.
  10. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    windows 7 home premium. i do.it does nothing when double clicked
  11. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    i figured it out. i had to change a setting. sorry. but i still have a question about it. is there a way i can run it just by double clicking it?
  12. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    Re: stand alone

    yes that's what i mean. i've already run it from command prompt. it didn't do anything. i can put it into an executable jar file.
  13. Thread: stand alone

    by homey
    Replies
    27
    Views
    2,207

    stand alone

    the program in question runs well. my question is how to make it a standalone. i use BlueJ. help please.
    its a simple guessing game. here's the code


    import java.util.Scanner;
    public class...
Results 1 to 13 of 13