Search:

Type: Posts; User: viper_pranish

Search: Search took 0.17 seconds.

  1. Replies
    3
    Views
    93

    Re: creating a jar file

    i have read this document but couldn't understand properly.....so i have made this post
  2. Replies
    3
    Views
    93

    creating a jar file

    i have made a game with 5 classes and some images. I used inbuilt feature of eclipse to convert to jar file but t didnt include images and i have paste the images seperately to the jar file folder....
  3. Replies
    1
    Views
    113

    Problem with changing level in game

    I am making boulderdash game and m stuck in changing and retrying the level in the game.. Here is my code !!

    public ReadFileReplace()
    {

    imageObject();
    replaceIcon();

    }
  4. Replies
    1
    Views
    147

    falling objects

    I am using gridLayout for placing the objects of the game. Can anyone tell me how to make the objects fall down if there is an empty space(another image object) down the object???
  5. Replies
    1
    Views
    104

    using keyboard to move image

    How to move a player in a game using keyboard?
  6. Replies
    4
    Views
    97

    Re: can some one make me a runable jar file?

    i don't get any errors. It creates a jar file but when i try execute it, nothing happens
  7. Replies
    4
    Views
    97

    Cannot create executable jar file

    i created a jar file by using the command jar cf "jar-filename" "java-Filename". It creates the jar file but I am unable to execute it.
  8. Replies
    5
    Views
    145

    Re: absolute and relative path

    I wanted to take this forum as the primary source to understand things. So I first posted about those things before googling it
  9. Replies
    5
    Views
    145

    Re: absolute and relative path

    this is actually a task given to us from our college. i searched in google but coundn't get the point

    --- Update ---

    I got it. Absolute path is the full directory such as C:\XyzWs\java\test.txt...
  10. check whether the path is file or folder

    how to check whether the specific path is a file or a folder?
  11. Replies
    5
    Views
    145

    absolute and relative path

    I want to know about absolute and relative paths and how to get them
  12. creating files and folders using GUI

    i wanna know the basic codes to create files and folders using JButtons.

    --- Update ---

    and yes the files n folders should be created using java.i.o package
  13. Replies
    1
    Views
    110

    Intoduction

    i am fairly known with c programming so the basics relating to c are easy for me. But I am having trouble with exception handling, file handling, etc. Hope to get good support from this forum :)
Results 1 to 13 of 13