Search:

Type: Posts; User: ikocijan

Search: Search took 0.09 seconds.

  1. Thread: Java applet

    by ikocijan
    Replies
    11
    Views
    1,707

    [SOLVED] Re: Java applet

    I read all about creating and working with jar files and now everything works. Thank you guys for wasting your time on my problem :D
  2. Thread: Java applet

    by ikocijan
    Replies
    11
    Views
    1,707

    [SOLVED] Re: Java applet

    Thank you for your replies. I will read the tutorial later today and try java console.
  3. Thread: Java applet

    by ikocijan
    Replies
    11
    Views
    1,707

    [SOLVED] Re: Java applet

    Well that is going to be a problem because I can not copy anything from that window. In chrome when I launch web page only that window pop- up and if I press Details it opens Java consoe. If I press...
  4. Thread: Java applet

    by ikocijan
    Replies
    11
    Views
    1,707

    [SOLVED] Re: Java applet

    do you mean something like this:
    <applet code = "com/PracticalJava/Lesson10/Calculator" width=300 height=250 />

    I tried that and I got error: ClassNotFoundException

    I made a simple program so...
  5. Thread: Java applet

    by ikocijan
    Replies
    11
    Views
    1,707

    [SOLVED] Re: Java applet

    Removing .class didn`t help.

    when I launch .html file chrome should display my calculator (eclipse displays it as an applet). I attached screen shoot. hope that helps.1301
  6. Thread: Java applet

    by ikocijan
    Replies
    11
    Views
    1,707

    [SOLVED] Java applet

    Hello,
    I have a problem when I try to implement java applet to a web page. Web page keeps saying :
    NoClassDefFoundError. Can anyone help me with this?

    here is a html code:


    <header>
    ...
Results 1 to 6 of 6