The Artima Developer Community
Sponsored Link

Java Answers Forum
Problem occured when I try to run my program...

1 reply on 1 page. Most recent reply: Feb 12, 2006 2:09 AM by Vijay Nathani

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
casper newbie

Posts: 7
Nickname: casper3
Registered: Jan, 2006

Problem occured when I try to run my program... Posted: Feb 11, 2006 5:13 AM
Reply to this message Reply
Advertisement
I'm programming a java code,when i compile it, it says execution finish... But when i try to run the program an error occur, it notes "java.lang.NoClassDefFoundError".
By the way i'm using ConText in programming java code...
Could anyone tell me and help me solve this problem please.
Thank you in advance and God bless..............


Vijay Nathani

Posts: 29
Nickname: vijaynath
Registered: Jan, 2006

Re: Problem occured when I try to run my program... Posted: Feb 12, 2006 2:09 AM
Reply to this message Reply
Probably your classpath is invalid. Please ensure that the directory, containing the .class file, is in your Classpath variable.
e.g. ON windows
Set classpath=.
On Linux
export CLASSPATH=.

Flat View: This topic has 1 reply on 1 page
Topic: Splitting a Text File into 1K Chunks? Previous Topic   Next Topic Topic: Problem occur during runtime..........

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use