Classpath problems or class missing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mneds
    New Member
    • May 2007
    • 1

    #1

    Classpath problems or class missing

    I am not sure where to go and post this type of question. I have done hours of online reasearch as well as gone through 3 levels of tech support at my college to try and fix this issue. I just bought a computer with Windows Vista and need Java to create graphs in my economics class. I downloaded it from java.com and checked to make sure it was there. They say it installed fine. When I try to access my graphing tool I get this error "java.lang.NoCl assDefFoundErro r:intellipro/utils/IP2DPlot" Does anyone know what this is or how to fix it? If not how about another place to go and ask questions like this?

    Thanks,
    mneds
  • MMcCarthy
    Recognized Expert MVP
    • Aug 2006
    • 14387

    #2
    I am moving this question to the Java forum as they may be able to help.

    ADMIN

    Comment

    • JosAH
      Recognized Expert MVP
      • Mar 2007
      • 11453

      #3
      Originally posted by mneds
      I am not sure where to go and post this type of question. I have done hours of online reasearch as well as gone through 3 levels of tech support at my college to try and fix this issue. I just bought a computer with Windows Vista and need Java to create graphs in my economics class. I downloaded it from java.com and checked to make sure it was there. They say it installed fine. When I try to access my graphing tool I get this error "java.lang.NoCl assDefFoundErro r:intellipro/utils/IP2DPlot" Does anyone know what this is or how to fix it? If not how about another place to go and ask questions like this?

      Thanks,
      mneds
      The intellipro.util s.IP2DPlot class is not a Java core class. I guess you have
      a jar installed somewhere that contains this class. Make sure the jar can be
      reached by the classpath or store the jar in the JAVA_HOME/lib/ext directory
      if the documentation says so. Otherwise make sure your classpath is correct.

      kind regards,

      Jos

      Comment

      • harishagrawal
        New Member
        • Jun 2007
        • 1

        #4
        Even I faced this problem while accessing a learning application from Thomson Learning. Looks like the application is not able to access the JAR containing the class or the Class file itself is missing.

        Exception in thread "Thread-36" java.lang.NoCla ssDefFoundError : intellipro/utils/IP2DPlot
        at java.lang.Class .getDeclaredMet hods0(Native Method)
        at java.lang.Class .privateGetDecl aredMethods(Unk nown Source)
        at java.lang.Class .getDeclaredMet hod(Unknown Source)
        at java.awt.Compon ent.isCoalesceE ventsOverriden( Unknown Source)
        at java.awt.Compon ent.isCoalesceE ventsOverriden( Unknown Source)
        at java.awt.Compon ent.isCoalesceE ventsOverriden( Unknown Source)
        at java.awt.Compon ent.access$100( Unknown Source)
        at java.awt.Compon ent$2.run(Unkno wn Source)
        at java.awt.Compon ent$2.run(Unkno wn Source)
        at java.security.A ccessController .doPrivileged(N ative Method)
        at java.awt.Compon ent.checkCoales cing(Unknown Source)
        at java.awt.Compon ent.<init>(Unkn own Source)
        at java.awt.Contai ner.<init>(Unkn own Source)
        at java.awt.Panel. <init>(Unknow n Source)
        at java.awt.Panel. <init>(Unknow n Source)
        at intellipro.util s.IPROPanel.<in it>(IPROPanel.j ava:47)
        at intellipro.util s.DandDHolder.< init>(DandDHold er.java:27)
        at intellipro.mba. mba_s.s2_2DandD .<init>(s2_2Dan dD.java:25)
        at intellipro.mba. mba_s.s2_2.<ini t>(s2_2.java:20 )
        at sun.reflect.Nat iveConstructorA ccessorImpl.new Instance0(Nativ e Method)
        at sun.reflect.Nat iveConstructorA ccessorImpl.new Instance(Unknow n Source)
        at sun.reflect.Del egatingConstruc torAccessorImpl .newInstance(Un known Source)
        at java.lang.refle ct.Constructor. newInstance(Unk nown Source)
        at java.lang.Class .newInstance0(U nknown Source)
        at java.lang.Class .newInstance(Un known Source)
        at IPLoader.run(IP Loader.java:35)
        at java.lang.Threa d.run(Unknown Source)

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          I think you have the same issue as the OP: check your classpath value.

          kind regards,

          Jos

          ps. I'm going to change the title of this thread; I don't think it's a Java 1.6.01 bug;
          the symptoms indicate otherwise.

          Comment

          Working...