Funny error! --- HELP

Hi all, I am using JBuilder and try to compile a java program which is using java.security package.
It shows the error:
cyclic inheritance involving java.security.MessageDigest
And I try to introspect the MessageDigest class and get this results:
---------------------------------------------------- MessageDigest -----------------------------------------
// JBuilder API Decompiler stub source generated from class file
// 14/12/2004
// -- implementation of methods is not available
package java.security;
public abstract class MessageDigest extends MessageDigestSpi {
// Fields
private String algorithm;
private static final int INITIAL = 0;
private static final int IN_PROGRESS = 1;
private int state;
private Provider provider;
<....snip......>
---------------------------------------------------- MessageDigestSpi ------------------------------------
// JBuilder API Decompiler stub source generated from class file
// 14/12/2004
// -- implementation of methods is not available
package java.security;
public abstract class MessageDigestSpi extends MessageDigest {
// Constructors
public MessageDigestSpi() { }
Contradiction:
public abstract class MessageDigest extends MessageDigestSpi
VS.
public abstract class MessageDigestSpi extends MessageDigest
But when I goto command line window and try to introspect by using javap, then thing goes normal
javap java.security.MessageDigestSpi
Compiled from "MessageDigestSpi.java"
public abstract class java.security.MessageDigestSpi extends java.lang.Object{
protected int engineGetDigestLength();
public java.security.MessageDigestSpi();
protected abstract void engineReset();
protected abstract byte[] engineDigest();
protected abstract void engineUpdate(byte);
protected int engineDigest(byte[],int,int);
throws java/security/DigestException
protected abstract void engineUpdate(byte[],int,int);
public java.lang.Object clone();
throws java/lang/CloneNotSupportedException
I've checked the JRE and JDK version, i'm using the same for JBuilder
Is that JBuilder error? And how to fix?
Thanks very much
Trung

Thanks Peter. It is the problem of incompatibility.
In the bunch of libraries, I found one lib that contain java.security package, I believe that it was included for the backward compatibility with JDK 1.1.
Just remove that lib and I get my code compiled.
Once again, thanks alot.
Trung

Similar Messages

  • Funny error message after a pooldive

    Hi, I permanently receive a funny error message since we fell together into a swimmingpool:
    This accessory is not made to work with iPhone
    Would you like to turn on airplane mode. Mode to reduce audio interferences.
    You will not be able to make or receive calls
    The iphone has no accessories plugged in and we both dont want to use the airplane mode. Help! I am getting nuts!

    Your lucky it works at all. You might be luckier still, it may dry out and the fault might go away but I doubt it. Power it down give it chance to dry out properly. Put it somewhere warm (not hot) and dry (obviously) for a few days.
    You could contact Apple Care but your warranty is void if the iPhone is damaged by moisture so its going to cost you. The iPhone has a moisture sensor so they will know its been wet at some point even if it has dried out.
    Good luck.

  • I have an hp office jet 4500 and os maverick 10.9.4 and I can't get it to print after last upgrade, multiple malfunctions and error, help?

    I have an hp office jet 4500 and os maverick 10.9.4 and I can’t get it to print after last upgrade, multiple malfunctions and error, help? I have tried deleting and resetting printer and re-installing update 6 times. Last update attempt showed none available??? I can’t load the software directly from HP because their only option is to use the software update option on the mac....frustrated!!! Help!!
    I get blank pages that just run through the printer and a stats window that just 33% complete and goes no further.

    I am going on the guess that an old driver is still installed...
    Use Finder Go > go to folder, and go to /Library/Printers and delete the HP folder(s).
    Reset the Printing System:
    OS X Mavericks: Reset the printing system
    Now, Add the printer in Print & Scan prefs.

  • I updated to the latest IOS and now my passwords don't work.  Reset 4 time which reset for my iPad and iPhone but I cant log into my itunes account using my apple ID it indicates an error, Help?

    I updated to the latest IOS and now my passwords don't work.  Reset 4 time which reset for my iPad and iPhone but I cant log into my itunes account using my apple ID it indicates an error, Help?

    This may sound crazy, but download any free app.  This often "shocks" the other apps into working.

  • HT6208 Cannot download the latest update 7.1.1 even though plugged in and on wifi keeps saying error help!!!!!

    Cannot download the latest update 7.1.1 even though plugged in and on wifi keeps saying error help!!!!!

    I am not getting an errr #. It just says that there are purchases on my ipod, not in my itunes. I transfer all of my ipod purchases into itunes. Then I try an download the new version of my ipod 7.1.1. It still says there are purchases on my ipod touch. So I just hit continue because their are not purchases on my ipod, that aren't in itunes. It extracts the software, and backs up ipod. Then itunes just closes. When I reopen it I get the same message A new iPod software version (7.1.1) is available for the iPod “My" iPodl”. Would you like to update your iPod now? My imac has recently been restored to as new, I have the newest ipod touch, and my version of itunes is also the newest version. The only thing that I can assume is that the problem, is another untested & bad update, from Capn Cook.

  • When m testing webdynpro abap application m getting this error  help me to get solution

    hi all,
    when m testing webdynpro abap application m getting this error  help me to get solution.
    plz find the screen shot

    Hi
    I think you are using the IDES system, Can you check the services in SICF transaction. If the service is not activated you activate it again.
    In this path you will find  in the below path and try to check/activate the services relevant to the WDA stack.
    sap/bc/webdynpro/sap

  • Can't authorize ADE, get an activation server error - help?

    can't authorize ADE, get an activation server error - help?

    per YuvrajShinde071 
    Follow these steps,
    1. Launch Adobe Digital Editions
    2. Keeping ADE program active on your screen, Hold Ctrl+Shift+D keys.
         - you will get a prompt window to Erase Authorization (ADE 2.0) & Deauthorize (ADE 1.7.2)
         - Deauthorize ADE and Re-launch it.
    3. Navigate to Help > Authorize Computer (in ADE 2.0) & Library > Authorize ( in ADE 1.7.2, usually you will be prompted to authorize when you launch the program ) .

  • Query Generator Funny error message

    Hello Experts, Not sure if you ever seen something like this, but be great if anyone can offer me some insight...
    on a normal query with parameter I have something like thsi
    /*select from ORDR t0*/
    declare @begandate as datetime
    /* where */
    set @begandate = /* t0.docdate*/ '[%0]'
    and it runs fine with just about any table, view...etc.. But as soon as you have a UDT in SBO... put in like
    /*select from ORDR t0*/
    declare @begandate as datetime
    /* where */
    set @begandate = /* t0.docdate*/ '[%0]'
    select * from dbo.[@bos_del_pri] a inner join ordr b on b.u_prioritycode = a.code
    where b.docdate = @begandate
    it give me funny error messages, "Only one epxression can be specifed in the select list when the subquery is not intrudoced with Exist"
    This is ran at a SBO 2005B PL35... when I ran a similar query in SBO 2005A PL45 I get soemthing like
    "must specify table to select from".. I know this error message doesn't make sense, but not sure if anyone has encounter the same problem, and if yes possible solutions?
    Thank You

    Hello Friends,
    This is in accordance to provide the information that Query Generator does not work with parameters and User defined tables together. As per my experience in SQL UDT tables start with "@" and variables declared in SQL are also prefixed with "@" so SQL does not make any difference between UDT of SAP and variable of SQL. Thus we are not able to use ([%0] parameters and UDT tables) together.
    Please correct me if I am wrong.
    Please forgive me if i have posted wrong information  
    I look forward to your reply.
    Regards,
    Murtaza

  • When I'm trying to download to jurrasic park builder app I'm getting a funny error message - MZCommerce.purchasableaesettobigfordownlad-message

    When I'm trying to download to jurrasic park builder app I'm getting a funny error message - MZCommerce.purchasableaesettobigfordownlad-message. Does anyone know what this means and how I can download the app?

    You have to download it through Purchased.
    In iPhone, tap App Store > Update > Purchases > tab the icloud icon to download your app.
    If app is over 50 MB, make sure your Wi-Fi is connected.
    Message was edited by: ckuan

  • I have ipod nano 6G.I was trying to restore it to clear all the data but it showed error 1439 and couldn't restore.I tried every method given in errors help page but nothing worked.What should i do?

    I have ipod nano 6G.I was trying to restore it to clear all the data but it showed error 1439 and couldn't restore.I tried every method given in errors help page but nothing worked.What should i do?

    Just in case (even though your symptoms aren't explicitly mentioned in the document), let's check to see if there's a LSP problem in play here:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Not able to download ios 5 it says network error help me plz...

    not able to download ios 5 it says network error help me plz...

    hi,
    Have you try to download in your iTunes putting off your firewall ?
    Be careful with this aunction and put in on after the download.
    Have a nice day

  • I can't access the app store - I get the following messages - error 1004 or 100 or 4 or unknown error - help!!!

    I can't access the app store - I get the following messages - error 1004 or 100 or 4 or unknown error - help!!!
    I've disabled the firewalls, the virus protection, the application protection - nothing helps.

    I'd maybe try doing a search for Safari on your iPad first (swipe to the left to search). If it shows up in that search you can go to Settings > General > Reset and choose 'reset home screen layout' which will put it back where it would be by default.
    All else fails? Restore it.

  • NEED HELP BADLY ON SOME FUNNY ERROR

    "This installation package could not be opened. Verify that the package exits and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer package"
    I NEED HELP! I TRY TO INSTALL BUT CANT! what happen anyone noe? can anyone pls help me out with this problem? this is what happen when i try to open the file and install. it just cant open and it will show me that msg on top

    Here is an article from the apple support website that might help out.
    http://support.apple.com/kb/HT1926?viewlocale=en_US

  • MSVCR80.dll error - help!!! (Premiere cs3 crashes!)

    Hi,
    I searched all the internet regarding this problem, found alot of threads concerning it, but none really helped me...
    Yesterday I installed TINDERBOX of Foundry co. effects. some plugin of after effects.
    Since then, whenever I open my premiere cs3 on the project I was working on, it crashes immidiately! I can't do anything. ( if i open a blank one, it seems fine. but i didn't use the tinderbox effect on the project which is crashing...)
    I have vista64, and it pops this window saying:
    Problem signature:
    Problem Event Name: BEX
    Application Name: Adobe Premiere Pro.exe
    Application Version: 3.2.0.0
    Application Timestamp: 47fd3df6
    Fault Module Name: MSVCR80.dll
    Fault Module Version: 8.0.50727.1434
    Fault Module Timestamp: 4757746d
    Exception Offset: 00008aa0
    Exception Code: c000000d
    Exception Data: 00000000
    OS Version: 6.0.6001.2.1.0.256.1
    Locale ID: 1037
    Additional Information 1: 8d16
    Additional Information 2: d1b85fd63d9c87b5d7951cba718203fc
    Additional Information 3: c80a
    Additional Information 4: a2f07b4c887b117fbc63cc0679ff8128
    Now, the funny thing is I searched all my MSVCR80.dll files and found many, all under adobe folders. neither had the version : 8.0.50727.1434. All had 8.0.50727.42!
    I searched all my computer for the 8.0.50727.1434 version but nothing!
    I unistalled the tinderbox effects - didn't help..
    I remember that during my installation of tinderbox it poped up this window error about MS visual C++ library, and I read somewhere that this library may cause premiere to crash, so I uninstalled the library Tinderbox had installed, but nothing...
    I tried to installed a new verion of C++ library for 64bit - nothing...
    So now I can't open my project... it's a disaster!!!
    What can I do?
    Help!!!
    Roy

    >I tried to installed a new verion of C++ library for 64bit
    PPro is a 32-bit application. I'm not sure how you expect it to use a 64-bit library.
    Go back to a 32-bit operating system where you
    know PPro will work properly.
    Cheers
    Eddie
    PremiereProPedia   (
    RSS feed)
    - Over 300 frequently answered questions
    - Over 250 free tutorials
    - Maintained by editors like
    you
    Forum FAQ

  • Windows- No Disk error, HELP!

    I have an ipod shuffle and when I connect it to the USB port, it loads up fine on itunes. Then as the music is synching, I get an error message that comes up reading "Windows-No Disk Exception Processing Message (then a whole bunch of numbers and letters). There are three options to cancel, try again or continue. Clicking any of the options does not help and only causes the error message to return.
    I have tried the r's, and tried restoring the shuffle twice now. While the restore did allow for the music to start synching (whereas at first it wouldn't even let that happen), it eventually resulted in the same error message.
    This is driving me crazy and making me so frustrated. When I first used it probably a month ago, it uploaded music fine. I don't understand where this sudden problem has come from. I read somewhere there could be software on my computer scanning the device which might be causing a problem, but I pulled up my running programs and there's nothing open other than a few programs, none of which are virus scanning software.
    Help would be greatly appreciated since right now this product is pretty much useless. So much for apple products being so "trouble free."

    I've been getting the same error on my 4G nano for the past week. I've had my nano for about a month and the first few weeks were fine. Tried it on 2 different computers (Vista and XP) and same problem. Tried it on a 3rd (XP) and it started ok. Problem started coming back after a day.
    I was able to find a quick fix though. I noticed that sometimes the message says something like "iexplore.exe... no disk..." even if I don't even use IE. What I do is end iexplore.exe on task manager before running iTunes and syncing my nano. I don't get the error whenever I do this, but one drawback is that the contents of my nano suddenly pops up in a window - even when disk use is not enabled.
    I've reset/restored my nano dozens and dozens of times to make sure it's clean. Leads me to believe it's a driver issue. Either that or I have a friggin malware problem I can't seem to find.
    I'll be posting updates every now and then. I'm no expert so I'm hoping an Apple expert also steps in to give some input.

Maybe you are looking for

  • Basic questions regarding installing Forefront EP Client 2010 on Windows 2012 R2

    Hi, We have a handful of servers and client machines (although these always seem to be expanding) and as such have previously just installed the Forefront Endpoint 2010 Client manually onto the various endpoints with updates being pushed via WSUS fro

  • Issue connecting ios 7 devices to WPA2 wifi networks

    I am using Cisco Wireless in our corporate environment.  We are using Enterprise WPA2 security which requires the user to accept the certificate.  I am no longer able to connect to these networks after installing ios 7 except for a newtork that I alr

  • Need to decrypt the file in windows 8 (VS 2012) and WP8.1(VS 2013).

    I am decrypting a file which is already encrypted and working fine android app I tried this code in Windows 8 using Visual Studio 2012.   public string pw = "3x5FBNs!"; public string AES_Decrypt(string input, string pass)       SymmetricKeyAlgorithmP

  • 10.5 SMB PDC Problems

    Hi, I'm having issues starting up SMB as a Primary Domain Controller. My machine is a Open Directory Master. Every time I start up the service as a PDC it changes my role back to Stand Alone Server. I've read through the documentation and it doesn't

  • Art brush question

    When I use an art brush on a rectangle the corners all have a flat, angled outside edge. It doesn't matter what art brush I use, it happens with all of them. I've tried changing the miter type but that doesn't do anything with art brushes. Is there a