Search:

Type: Posts; User: vivekmk

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    2,800

    Re: Please Helppp!!....(problem in import com.)

    Import appropriate jar file in to your eclipse java build path libraries
  2. Re: how to know user pressed a key in the keyboard

    Each key press will return a key ascii code so u have to find the maximum and minimum Ascii key value form the links i given to you then make a logic like

    if( minKeyAscii >= KEY_TYPED && ...
  3. Re: how to know user pressed a key in the keyboard

    Use ascii code for your programming

    ASCII : Java Glossary
    How to obtain ASCII code of a character - Java Forums
  4. Replies
    1
    Views
    2,240

    Re: Simple Form Help

    On click of the check box submit the form using java script submit() method.Then the control will go to your action class or
    servlt. Do coding there to put the needed values in to...
  5. Replies
    1
    Views
    3,216

    Re: Java Messenger Program?

    I have done this using RMI instead of socket programming.If you have problem with normal java RMI, then use the Spring
    RMI samples available in to the net.

    Good Luck
  6. Re: how to know user pressed a key in the keyboard

    Tell us your problem first
  7. Replies
    3
    Views
    11,403

    Re: Returning Random Strings from an Array

    Try the following code




    class Card{

    private static String[] faceArray={"2","3","4","5","6","7","8","9","10","J","Q","K","A"};

    public static void generateRandom(){
  8. Replies
    5
    Views
    7,473

    Re: The input line is too long

    The problem for that approach is, If project is a big one then the eclipse get slow down.
  9. Replies
    5
    Views
    7,473

    The input line is too long

    Hi All,

    I am trying to execute a batch file to debug my java application with eclipse.I want to set collection of jar

    files in to the class path before that,so I am using a .bat file for...
Results 1 to 9 of 9