Search:

Type: Posts; User: navis

Search: Search took 0.09 seconds.

  1. Thread: String to Int

    by navis
    Replies
    16
    Views
    1,888

    Re: String to Int

    My apologies KW. I got the point.
  2. Replies
    3
    Views
    1,504

    Re: Where to place my own library?

    In eclipse, give your arrays.jar reference in the "reference libraries" and in the code you can import the classes in the jar file
  3. Thread: String to Int

    by navis
    Replies
    16
    Views
    1,888

    Re: String to Int

    public class Test{
    public static void main(String[] args){
    String HI = "HI";
    String s = "";
    for (int i=0;i<HI.length();i++){
    char a = HI.charAt(i);
    ...
  4. Thread: Compiling Error?

    by navis
    Replies
    2
    Views
    1,612

    Re: Compiling Error?

    Add JAVA_HOME in Enviroment variables and also add java_home\bin in path variable in system variables

    For example
    Variable Name = Path
    Varaiable value = %SystemRoot%\system32;C:\Java\jdk1.6\bin
Results 1 to 4 of 4