473,508 Members | 3,688 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Classpath problems or class missing

1 New Member
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.NoClassDefFoundError: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
May 9 '07 #1
4 2486
MMcCarthy
14,534 Recognized Expert Moderator MVP
I am moving this question to the Java forum as they may be able to help.

ADMIN
May 9 '07 #2
JosAH
11,448 Recognized Expert MVP
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.NoClassDefFoundError: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.utils.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
May 9 '07 #3
harishagrawal
1 New Member
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.NoClassDefFoundError: intellipro/utils/IP2DPlot
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
at java.lang.Class.getDeclaredMethod(Unknown Source)
at java.awt.Component.isCoalesceEventsOverriden(Unkno wn Source)
at java.awt.Component.isCoalesceEventsOverriden(Unkno wn Source)
at java.awt.Component.isCoalesceEventsOverriden(Unkno wn Source)
at java.awt.Component.access$100(Unknown Source)
at java.awt.Component$2.run(Unknown Source)
at java.awt.Component$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Component.checkCoalescing(Unknown Source)
at java.awt.Component.<init>(Unknown Source)
at java.awt.Container.<init>(Unknown Source)
at java.awt.Panel.<init>(Unknown Source)
at java.awt.Panel.<init>(Unknown Source)
at intellipro.utils.IPROPanel.<init>(IPROPanel.java:4 7)
at intellipro.utils.DandDHolder.<init>(DandDHolder.ja va:27)
at intellipro.mba.mba_s.s2_2DandD.<init>(s2_2DandD.ja va:25)
at intellipro.mba.mba_s.s2_2.<init>(s2_2.java:20)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInsta nce(Unknown Source)
at sun.reflect.DelegatingConstructorAccessorImpl.newI nstance(Unknown Source)
at java.lang.reflect.Constructor.newInstance(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at IPLoader.run(IPLoader.java:35)
at java.lang.Thread.run(Unknown Source)
Jun 22 '07 #4
JosAH
11,448 Recognized Expert MVP
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.
Jun 22 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

0
3886
by: Murat Tasan | last post by:
okay, i have an odd problem... and maybe it's platform-specific... but i figure give it a shot and ask about it in case someone has seen this. i have an application that is made up of numerous...
1
6819
by: Ric | last post by:
thx for the help. im having problems with java and jsp. i think im not settup up the enviornmental variables right in w2k advanced tab. im using a wrox book, but the wrox book references a servlet...
3
15637
by: Wolfie | last post by:
I'm having a strange problem running a jar file I created using Eclipse. The application works correctly inside the IDE -- it compiles, runs, etc. So I exported it to a jar file and am trying to...
1
2028
by: Tom | last post by:
How can you figure out exactly where in the classpath a class is located ? For example, assume that my computer has a class "com.MyCompany.MyClass" that is physically located in the jar-file...
3
2286
by: Jim Hargrave | last post by:
I've read that it is possible to compile jython to native code using GCJ. PyLucene uses this approach, they then use SWIG to create a Python wrapper around the natively compiled (java) Lucene. Has...
1
10231
by: Dave Keays | last post by:
I am setting-up an experimental web service using Apache Axis but I'm having problems. AXIS can't find a library that I've verified exists on my computer and that CLASSPATH points to it. I'm using...
7
17867
by: dlarsson | last post by:
Okay folks, I thought I was doing something very, very simple, but I cannot seem to get this to work at all. Can anyone identify what I am doing wrong here-? _________________________________ ...
0
1102
by: gm04030276 | last post by:
i have to learn java for college and im trying to do a programming assignment at home. in class we use a class file called InOut which simplifys input and output but i can't get the compiler to see...
4
3321
by: wizard of oz | last post by:
Can you post an example of Connection.connect (String, properties)? My java doc says java.sql.Connection is an interface and doesn't mention a connect method. TIA "Thomas Kellerer"...
10
2113
by: giantfatiguana | last post by:
hey all im a beginner java user and am getting an error relating to the classpath i assume. I have a file JM550b.java which is trying to access the class QTCycle when compiling. QTCycle.java...
0
7228
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7128
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7332
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
7058
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
5057
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3206
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3191
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1565
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
426
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.