Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-09-2008, 08:56 AM
Member
 
Join Date: Jul 2008
Posts: 1
Dhiraj.karalkar is on a distinguished road
Uncaught exception java/lang/NoClassDefFoundError: org/bouncycastle/crypto/BlockCiphe
Hello , Friends
I m Dhiraj Karalkar ,Doing the application for the encryption and Decryption of the SMS by including the bouncycastle packages in my application and builded a path for these files of bouncycastle correctly , but I m getting the


Uncaught exception java/lang/NoClassDefFoundError: bouncycastle/crypto/BlockCipher

Please anyone help me out on this ....

Thank you
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-13-2008, 06:33 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 559
Nicholas Jordan is on a distinguished road
BlockCipher is an interface.
See:
BlockCipher (Bouncy Castle Library 1.38 API Specification)

Block cipher engines are expected to conform to this interface.
__________________
Please provide your feedback on our
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-13-2008, 06:46 PM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: SW MO, USA
Posts: 1,464
Norm is on a distinguished road
I assume this is a runtime error message that you get when you try to execute your program using the java command.
Where is the class that the jvm can't find? Is that class on the classpath, perhaps in a jar file? If not, it needs to be.

java -classpath <jarfile(s)>;. <main-program>
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
java.lang.NoClassDefFoundError J_a_y New To Java 2 08-07-2007 12:51 PM
Exception in thread "main" java.lang.NoClassDefFoundError baltimore New To Java 1 08-06-2007 07:07 AM
java.lang.NoClassDefFoundError fred Advanced Java 3 08-01-2007 06:00 PM
Exception in thread "main" java.lang.NoClassDefFoundError carl New To Java 2 08-01-2007 06:26 AM
java.lang.NoClassDefFoundError Exception when I invoke to a class outside projectEJB Daniel Enterprise JavaBeans 1 07-06-2007 07:08 AM


All times are GMT +3. The time now is 03:51 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org