Results 1 to 3 of 3
Thread: Java problem
- 01-31-2012, 07:33 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 1
- Rep Power
- 0
Java problem
Hello, im sorry if bad category, im new here...
And im new to java too, i have a problem, im trying to solve it all the day, but it always shows this:
I edited PATHS, JAVA_HOME, Java path... whats bad, please?Microsoft Windows [Verze 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. Všechna práva vyhrazena.
C:\Users\nick\Desktop\Java>java AhojSveteApp
Exception in thread "main" java.lang.NoClassDefFoundError: AhojSveteApp (wrong n
ame: ahojsveteapp/AhojSveteApp)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.security.SecureClassLoader.defineClass(Unknow n Source)
at java.net.URLClassLoader.defineClass(Unknown Source)
at java.net.URLClassLoader.access$000(Unknown Source)
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: AhojSveteApp. Program will exit.
- 01-31-2012, 08:29 PM #2
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
Re: Java problem
Are you trying to run the class from in the directory it is located in? Is that the java directory with the jdk? If so, you shouldn't relly be storing any java files in there.
- 01-31-2012, 08:50 PM #3
Re: Java problem
The class is in a package, You must include the package name with the classname
AhojSveteApp (wrong name: ahojsveteapp/AhojSveteApp)
java ahojsveteapp.AhojSveteApp
and the classpath must point to the folder containing the ahojsveteapp folder.
Or remove the package statement from the source.
Similar Threads
-
Problem with Java Web Applications and Java in Control Panel
By Abysinian in forum Advanced JavaReplies: 4Last Post: 03-16-2012, 11:29 AM -
Small problem with problem with Java, C++ parse program.
By dragstang86 in forum New To JavaReplies: 4Last Post: 10-30-2011, 03:43 AM -
Help! Java Problem!!
By TheBreakdown in forum New To JavaReplies: 2Last Post: 08-04-2011, 09:06 AM -
java problem!
By nini86 in forum New To JavaReplies: 7Last Post: 05-30-2011, 02:42 PM -
Problem Display Jmenubar Java Se6 u23 versus Java SE6 u22
By Ravanelly in forum Advanced JavaReplies: 0Last Post: 01-07-2011, 09:36 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks