Click here to Skip to main content
15,921,905 members
Home / Discussions / Java
   

Java

 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim19-Dec-11 11:38
arthur89kim19-Dec-11 11:38 
GeneralRe: java.lang.ClassNotFoundException Pin
Nagy Vilmos19-Dec-11 22:54
professionalNagy Vilmos19-Dec-11 22:54 
GeneralRe: java.lang.ClassNotFoundException Pin
TorstenH.19-Dec-11 23:42
TorstenH.19-Dec-11 23:42 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim22-Dec-11 14:10
arthur89kim22-Dec-11 14:10 
GeneralRe: java.lang.ClassNotFoundException Pin
jschell23-Dec-11 10:06
jschell23-Dec-11 10:06 
AnswerRe: java.lang.ClassNotFoundException Pin
Oscar020-Dec-11 14:08
Oscar020-Dec-11 14:08 
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim22-Dec-11 14:07
arthur89kim22-Dec-11 14:07 
AnswerRe: java.lang.ClassNotFoundException Pin
jschell22-Dec-11 8:45
jschell22-Dec-11 8:45 
arthur89kim wrote:


<layer>What causes the above problem and what solution can be proposed to solve it?


The class is not in the class path. The solution follows from that.

arthur89kim wrote:
I have created a Java game (183MB for .jar file) and can be played on local (offline) through .html and it works perfectly fine.


Which means it is in the class path.

Although it isn't clear what you mean by "through .html".

I will note some oddities.
1. 183 meg is a really big jar
2. Class name doesn't follow standard naming.
3. Jar name shouldn't have spaces in it.

What happens if you change, ONLY in the html, to XXX.jar? That should specifically fail because the jar doesn't exist. However if you get the same error then I would suppose that your jar is not being found on the server (thus it won't be in your client and not in the class path.) That is a guess though.
GeneralRe: java.lang.ClassNotFoundException Pin
arthur89kim22-Dec-11 14:09
arthur89kim22-Dec-11 14:09 
QuestioncreateBranchElement Pin
prithaa16-Dec-11 21:39
prithaa16-Dec-11 21:39 
AnswerRe: createBranchElement Pin
TorstenH.19-Dec-11 22:30
TorstenH.19-Dec-11 22:30 
AnswerRe: createBranchElement Pin
AprNgp22-Dec-11 17:46
AprNgp22-Dec-11 17:46 
QuestionHow to write a Timer program in java Pin
VickyVicki15-Dec-11 6:23
VickyVicki15-Dec-11 6:23 
AnswerRe: How to write a Timer program in java Pin
Richard MacCutchan15-Dec-11 6:34
mveRichard MacCutchan15-Dec-11 6:34 
AnswerRe: How to write a Timer program in java Pin
TorstenH.15-Dec-11 19:25
TorstenH.15-Dec-11 19:25 
GeneralRe: How to write a Timer program in java Pin
Richard MacCutchan15-Dec-11 22:32
mveRichard MacCutchan15-Dec-11 22:32 
GeneralRe: How to write a Timer program in java Pin
Nagy Vilmos16-Dec-11 2:00
professionalNagy Vilmos16-Dec-11 2:00 
GeneralRe: How to write a Timer program in java Pin
Richard MacCutchan16-Dec-11 2:30
mveRichard MacCutchan16-Dec-11 2:30 
AnswerRe: How to write a Timer program in java Pin
David Skelly15-Dec-11 22:21
David Skelly15-Dec-11 22:21 
GeneralRe: How to write a Timer program in java Pin
VickyVicki16-Dec-11 1:33
VickyVicki16-Dec-11 1:33 
GeneralRe: How to write a Timer program in java Pin
Nagy Vilmos16-Dec-11 1:56
professionalNagy Vilmos16-Dec-11 1:56 
QuestionTech Mentro-Java Training in India Pin
Tech Mentro14-Dec-11 21:56
Tech Mentro14-Dec-11 21:56 
QuestionDoc extends PlainDocument problem Pin
prithaa13-Dec-11 3:05
prithaa13-Dec-11 3:05 
AnswerRe: Doc extends PlainDocument problem Pin
Nagy Vilmos13-Dec-11 3:47
professionalNagy Vilmos13-Dec-11 3:47 
GeneralRe: Doc extends PlainDocument problem Pin
prithaa13-Dec-11 4:18
prithaa13-Dec-11 4:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.