J
J.H.Kim
Hi, everyone
My java compiler and interpreter cannot display floating point variable.
public class PrintTest {
public static void main(String[] args) {
double a = 3.141592;
System.out.println(a);
}
}
The routine above does not display 3.141592.
My compiler version is
frog1120:/home/frog/Java/Work/012# javac -version
Eclipse Java Compiler v_774_R33x, 3.3.1, Copyright IBM Corp 2000, 2007.
and interpreter version is
frog1120:/home/frog/Java/Work/012# java -version
java version "1.5.0"
gij (GNU libgcj) version 4.3.2
Copyright (C) 2007 Free Software Foundation, Inc.
Please give me a hint for this problem.
p.s) My system is debian linux and when I installed eclipse,
the development tools are installed, too. But now I want to unistall the
java development tools of eclipse. So, I did it, but the java tools of
eclipse is not installed.
When I overwrite sun java packages, the java tools of eclipse remains.
How can I uninstall the java tools for eclipse completely?
Thanks in advance
Best Regards,
J.Hwan Kim
My java compiler and interpreter cannot display floating point variable.
public class PrintTest {
public static void main(String[] args) {
double a = 3.141592;
System.out.println(a);
}
}
The routine above does not display 3.141592.
My compiler version is
frog1120:/home/frog/Java/Work/012# javac -version
Eclipse Java Compiler v_774_R33x, 3.3.1, Copyright IBM Corp 2000, 2007.
and interpreter version is
frog1120:/home/frog/Java/Work/012# java -version
java version "1.5.0"
gij (GNU libgcj) version 4.3.2
Copyright (C) 2007 Free Software Foundation, Inc.
Please give me a hint for this problem.
p.s) My system is debian linux and when I installed eclipse,
the development tools are installed, too. But now I want to unistall the
java development tools of eclipse. So, I did it, but the java tools of
eclipse is not installed.
When I overwrite sun java packages, the java tools of eclipse remains.
How can I uninstall the java tools for eclipse completely?
Thanks in advance
Best Regards,
J.Hwan Kim