Search:

Type: Posts; User: cppcppcpp

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,370

    Problem of Making Jar

    To let the java program find the class of extra library, How can I include the extra library in a jar?
  2. [SOLVED] Exception in thread "main" java.lang.NoClassDefFoundError

    I am using jericho html parser. But when I compile my program, it doesn't have any problem. but when i run it, the following error msg is found:

    Exception in thread "main"...
  3. Replies
    9
    Views
    1,380

    Re: Question in numbering

    I just expect it was

    "The area of circle is 314.15." before
  4. Replies
    9
    Views
    1,380

    Question in numbering

    public class Area {
    public static void main(String[] args) {
    double radius;
    double area;
    radius = 10;
    area = radius * radius * 3.1415 ;
    System.out.println("The area of circle is " +...
Results 1 to 4 of 4