Search:

Type: Posts; User: tien1504

Search: Search took 0.17 seconds.

  1. Replies
    5
    Views
    15,798

    Re: How to add JSF libraries to eclipse?

    Hi Json,

    I added JSF libraries by select Windows->Preferences-> Jave -> Build Path -> User Libraries as follow image:


    http://docs.google.com/File?id=dckfgq4t_14hdmcnjfd_b

    In this window,...
  2. Replies
    3
    Views
    2,731

    Re: my run program does not work

    Hi rman27bn,
    With error: "Could not find the main class", I think that your "hello" class don't have a main function.
    Such as:


    class hello
    {
    //----------------
    public static void...
  3. Replies
    5
    Views
    15,798

    Re: How to add JSF libraries to eclipse?

    Hi guys,

    I'm very glad to announce to you that I added already JSF libraries to the eclipse.
    Any way, thanks for your attention,
    Tien
  4. Replies
    5
    Views
    15,798

    How to add JSF libraries to eclipse?

    Hi everybody,

    I'm a newbie with eclipse.
    When I download eclipse with Web Tools Platform (WTP) version, I try to create simple dynamic web site consist of some jsp pages, servlet and I saw it ran...
  5. Replies
    2
    Views
    4,104

    Re: make textbox in canvas

    Here you go:



    int currentX1 = 15;
    int currentY1 = 45;
    int currentX2 = 15;
    int currentY2 = 110;

    protected void paint(Graphics g) {
  6. Replies
    1
    Views
    4,083

    Re: Convert Java Program to Java ME code

    Hi rinchan11
    I think you should start it at begin.

    In a J2ME program, you must make a class extends MIDlet class, and implement methods which describ for the MIDlet cycle.
    In your program, you...
Results 1 to 6 of 6