Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Starting program from eclipse
Starting program from eclipse [message #22568] Wed, 14 May 2003 08:58 Go to next message
Eclipse UserFriend
Originally posted by: greifeneder.racon-linz.at

Hello

I have a simple problem, but I haven't found a solution after many tries.
Therefore I'm asking here.
I hope anyone can reproduce this Exception

java.security.NoSuchAlgorithmException: Algorithm DES not available
at javax.crypto.SunJCE_b.a(DashoA6275)
at javax.crypto.SecretKeyFactory.getInstance(DashoA6275)
at Test.main(Test.java:126)
Exception in thread "main"

I'm using Eclipse 2.1.0 Build id: 200303272130
My JDK is 1.4.1_01

public static void main(String[] args) throws Exception {
SecretKeyFactory skf = SecretKeyFactory.getInstance("DES");
}
Re: Starting program from eclipse [message #22615 is a reply to message #22568] Wed, 14 May 2003 09:27 Go to previous message
Eclipse UserFriend
Originally posted by: greifeneder.racon-linz.at

I forgot:
If I run the program from commandline, it works without a problem. Only
starting from eclipse in run or debug mode throws the exception

Mike
Previous Topic:font for outline view
Next Topic:Pls make my eclipse to look for images
Goto Forum:
  


Current Time: Sat May 10 06:56:44 EDT 2025

Powered by FUDForum. Page generated in 0.03208 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top