CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 1999
    Posts
    2

    help needed = borland class error

    I've built an applet with JBuilder that works fine from the IDE but bombs when
    run from an external HTML page. The error I get is a ClassNotFoundException for
    borland.jbcl.layout.XYLayout.

    I've tried using their deployment wizard in a couple of ways as well but it
    gives me files with the same problem.

    Has anybody come across this one / any ideas how to fix it?

    Rick


  2. #2
    Join Date
    Jun 1999
    Location
    Atlanta, GA
    Posts
    57

    Re: help needed = borland class error

    Yes, you have to add the borland's tools jar file as a archive to your applet. Then your problem will be solved.
    Give me a shout if wanna more...

    Meher

  3. #3
    Join Date
    Apr 2001
    Posts
    7

    Re: help needed = borland class error

    I'm using JBuilder-speicifc Package: jclass.chart.* and so on
    I find the corresponding jar file JBuilder3\lib\jcchart.jar

    The question is:
    How can I run my Application in JDK with the jar file(JBuilder3\lib\jcchart.jar)
    (otherwise, when I run it using JDK, it seems lack of such package.)

    that is to say: how to write the batch file ?

    myapp.bat

    Thank you !!!

    this is broken wing!

  4. #4
    Join Date
    Jun 1999
    Location
    Eastern Florida
    Posts
    3,877

    Re: help needed = borland class error

    I'm not familiar with your IDE. But is you problem a question of accessing some classes that are in a jar file? Have you tried the java -classpath option to put that jar file on the Classpath?

    Norm
    Norm

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured