Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: java programming error

  1. #1
    Junior Member
    Join Date
    May 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default java programming error

    Hi

    i m new to java.
    I m using Aperture which is a java framework for extracting and querying full-text content and metadata from various information systems and i wanna to run it on fedora core 4 environment having jdk1.5.0_22 installed on it. when i run it gives me an error mentioned below:
    Exception in thread "main" java.lang.NoClassDefFoundError:
    org/semanticdesktop/aperture/examples/filecrawler/CrawlerFrame
    dis Crawlerframe class is placed in .jar file in example sub-folder of Aperture directory.

    this code runs successfully on windows 7 having jdk1.6.0_25 installed on it.

    ny help would b appreciate.

    thanx


  2. #2
    Junior Member
    Join Date
    May 2011
    Posts
    2
    My Mood
    Angelic
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: java programming error

    you should check weather that class is avilavble or not and check your system class path man !!!!

  3. #3
    Junior Member
    Join Date
    May 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: java programming error

    this class file is available in a jar file which is in a sub folder of Aperture named "example". now when i run a script file named crawlerwindow.sh from a bin folder, it gives me a java class path error mentioned in my previous post. So here is my ques "do i need to change dis jar file path?"
    but on win7 it runs without ny extra effort!!!

Similar Threads

  1. Is java a power full programming language? can java do this?
    By Jhovarie in forum Java Theory & Questions
    Replies: 5
    Last Post: March 2nd, 2011, 02:02 PM
  2. new to java programming GUI help
    By eg6_kaydoo in forum AWT / Java Swing
    Replies: 4
    Last Post: July 14th, 2010, 09:55 PM
  3. Is Java Programming Best?
    By messenger in forum Java IDEs
    Replies: 3
    Last Post: May 4th, 2010, 09:11 PM
  4. Please help me with this Java programming
    By simply_stunning79 in forum Algorithms & Recursion
    Replies: 1
    Last Post: February 22nd, 2010, 07:48 PM
  5. Towards java programming...
    By emigrant in forum Member Introductions
    Replies: 1
    Last Post: February 15th, 2010, 03:17 AM