PLZZ HELP !!!! Is Retroguard complaint with jdk1.3.1

Hi All
I am using Retroguard 1.1 with jdk 1.3.1. Now my question is does retroguard support jdk 1.3.1 ????
any help would be appriciated.

In my experience, sometimes it can't manage inner classes, especially if you are using 1.3 or 1.2 target for compilation.

Similar Messages

  • My iphon connect with the wifi but still i can't access internet plzz help, my iphon connect with the wifi but still i can't access internet plzz help

    if someone know any trics answer me

    Tap Settings / General / Reset / Reset Network Settings. Restart your iPhone.
    If that doesn't help try Apple - Support - iPhone - Wi-Fi

  • Hi ive upgraded my itouch to ios 6.1.3 but it keeps crashing ounce i put my passcode in is there a way i can fix this? one of my  friends mentioed downgrading it but the only way isnt supported by apple so i dont feel safe with it so plzz help me

    hi ive upgraded my itouch to ios 6.1.3 but it keeps crashing ounce i put my passcode in is there a way i can fix this? one of my  friends mentioed downgrading it but the only way isnt supported by apple so i dont feel safe with it so plzz help me.
    it has worked fine no problems till i updated it i tried restoring itwith my old backup but it doesnt move the ios back so it just keeps on craching when i try to unlock it

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                 
    iOS: How to back up           
    - Restore to factory settings/new iOS device.
    If still problem, make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar          
    Downgrading the iOS is not supported by Apple

  • Anyone who can help me to fix my computer dude?Complaints with printer are getting regular

    Hello ,
    I am a regular HP user . Till now I didnt face any type of complaints with any HP product. But, recently I purchased HP Deskjet 640c printer I installed it on my computer running on window 7 OS. .As I try to print something, I find that nothing prints until I restart. Everything just stays in the queue,only the printer light was blinking. Any how when my printer start working it give mirror image in printing. I am not able to understand the issue with the printer. Did I installed wrong driver? Please help me out with your valuable suggestions to fix the issue
    Thanks
    Bryan

    Hi there comrin,
    It does seem very likely this could be software related. Try downloading and running the print and scan doctor located here:
    http://h10025.www1.hp.com/ewfrf/wc/document?docname=c03275041&cc=us&dlc=en&lc=en
    It can fix a lot on its own and if not give a better idea of what is going on.
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Oracle 8i connectivity with JDK1.4.2 - Failure - Help Needed

    I'm new to Java-ORACLE connectivity.
    I have installed Oracle 8i v8.1.5 in my Windows 2K Adv. Server with JDK1.4.2.
    But I could connect to Oracle from Java neither thru JDBC-ODBC nor JDBC thin drivers.
    What are the files ( or classes ) needed for connectivity and where can I download them.
    Do the Oracle8i 8.1.7 JDBC drivers have backward compatibility with Oracle8i 8.1.5 ?
    Please help me in this regard with utmost information possible and sample code.
    Thanks in Advance.
    Hara Gopal

    For your kind information (more)
    When I used JDBC-ODBC Bridge,
    It just gave an error message : [Microsoft ODBC for Oracle]
    and
    when I tried the command at DOS prompt,
    javap oracle.jdbc.driver.OracleDriver
    it gave message ERROR: javap oracle.jdbc.driver.OracleDriver could not be found
    Please Help me
    Hara Gopal

  • In my ipad zoom function not working..some day before it worked,but when i double pinch with my three fingers it zooms negligible, wat to do?plzz help me..

    In my ipad zoom function not working..some day before it worked,but when i double pinch with my three fingers it zooms negligible, wat to do?plzz help me..

    It works when I reset my all settings...
    Settings>general>reset>reset all settings
    It never delete ur all contacts and any others,but ur wallpaper and wifi connection will change..it can be as before...

  • My i phone 3gs showing black screen with sillver apple logo before this happened i choosen delete iphone option plzz help me....plzzz

    my i phone 3gs showing black screen with sillver apple logo before this happened i choosen delete iphone option plzz help me....plzzz

    my i phone 3gs jst showing black screeen with appl e logo frm last 1 hour watto do...?

  • How to save .jpg with jdk1.1.4?(help..)

    HI...
    i know i can use following code to save .jpg with jdk1.4 by using following code:
    BufferedImage img; // your working image
    ImageIO.write(img, "jpg", new File("save.jpg"));
    or
    BufferedImage bimg = null;
    int w = img.getWidth(null);
    int h = img.getHeight(null);
    int [] pixels = new int[w * h];
    PixelGrabber pg = new PixelGrabber(img,0,0,w,h,pixels,0,w);
    try {
    pg.grabPixels();
    catch(InterruptedException ie) {
    ie.printStackTrace();
    bimg = new BufferedImage(w,h,BufferedImage.TYPE_INT_RGB);
    bimg.setRGB(0,0,w,h,pixels,0,w);
    // Encode as a JPEG
    FileOutputStream fos = new FileOutputStream("out.jpg");
    JPEGImageEncoder jpeg = JPEGCodec.createJPEGEncoder(fos);
    jpeg.encode(bimg);
    fos.close();
    But when i want to recompile with jdk1.1 , what can i do now ?
    Do you have any exapmles?
    thank you so much...

    Sorry I was not in Station!!!!!and hence the delay in replying
    Check this example for more details
    public WriteImageIW( String filename, String type ) {
    try {
    int width = 200, height = 200;
    int x0 = 20, y0 = 20, x1 = width-20, y1 = width-20;
    BufferedImage bi = new BufferedImage( width, height,
    BufferedImage.TYPE_INT_ARGB );
    Graphics2D ig2 = bi.createGraphics();
    GradientPaint paint =
    new GradientPaint( x0, y0, Color.white, x1, y1, Color.black );
    ig2.setPaint( paint );
    ig2.fillRect( 0, 0, width-1, height-1 );
    BasicStroke stroke = new BasicStroke( 10, BasicStroke.CAP_ROUND,
    BasicStroke.JOIN_ROUND );
    ig2.setPaint( Color.lightGray );
    ig2.setStroke( stroke );
    ig2.draw( new Ellipse2D.Double( x0, y0, x1-x0, y1-y0 ) );
    Font font = new Font( "TimesRoman", Font.BOLD, 20 );
    ig2.setFont( font );
    String message = "Java2D!";
    FontMetrics fontMetrics = ig2.getFontMetrics();
    int stringWidth = fontMetrics.stringWidth( message );
    int stringHeight = fontMetrics.getAscent();
    ig2.setPaint( Color.black );
    ig2.drawString( message, (width-stringWidth)/2,
    height/2+stringHeight/4 );
    Iterator imageWriters =
    ImageIO.getImageWritersByFormatName( type );
    ImageWriter imageWriter = (ImageWriter)imageWriters.next();
    File file = new File( filename );
    ImageOutputStream ios =
    ImageIO.createImageOutputStream( file );
    imageWriter.setOutput( ios );
    imageWriter.write( bi );
    } catch( IOException ie ) {
    ie.printStackTrace();
    the file is being created, the type of the file must be specified on the command line.

  • How to file a Complaint with Verizon

    I don’t know how to file a complaint with, or about, Verizon customer service.  After calling Verizon I was shuffled between departments, supervisors, and finally directed to “verizon.com/contactus”.  After spending an hour browsing the “contact us” section of the website, it became abundantly clear that I would not be able to find what I was looking for on the website. 
    A month ago I was in the middle of the moving process and was dreading the seemingly inevitable process of setting up the internet/television/phone, a process that I had to do many times before.  My son had informed me of Verizon’s transfer service, also known as “Moving with Verizon”.  As we were only moving 3 miles down the road, I figured that I would visit my local Verizon store as this would continue to be the store I turn to if I chose to stay with Verizon.  I had several concerns that I wanted to have addressed, chief among them were:
    - I have built up a significant number of movie titles in my digital library.  If I stay with Verizon, will I be able to keep the movies that I had purchased? 
    - Each time I move I am inconvenienced with having to distribute my new phone number to my friends and family.   Will I be able to keep my current phone number if I stay with Verizon?
    - When I first started with Verizon I had significantly less credit with Video on Demand than I do now.  If I stay with Verizon, will I have to go through the grueling process of building up my credit again?
    The sales associate was very kind and willing to help.  I was assured that
    -          I should be able to retain my purchases with Video On Demand
    -          I can bring my phone number from my previous address
    -          My Video on Demand credit could possibly be reset after the transfer, but a single phone call to customer service could set my credit back to normal with minimal effort
    Throughout my questioning I was assured that my current services would transfer uninterrupted by the time of the move.  As you could imagine I was ecstatic.  We scheduled a technician to show up to the new house, when I asked the representative on the phone “What should I do with my current cable boxes and internet router while I wait for the technician?”  I was told that the technician would handle it. 
    The technician arrived two weeks ago, we were given a box and instructed to package the previous equipment and drop it off at our local Verizon store.  The technician gave us our new number, when we asked him about our previous number he appeared to not know what we were talking about.   He was apologetic about the mix up and gave us a phone number that we could contact.  Shortly after the technician left, my family noticed that our digital library was completely empty.  The next day I went back to the Verizon store, was apologized to, and then instructed to only place one order in at a time, because multiple orders on a single account tend to slow each other down.  We decided to resolve the issues one at a time starting with the phone.
    My wife called and was told to wait a day or two.  After waiting two days, my wife informed me that she was bounced between different departments over the course of several days, but was assured that the issue was resolved.  I told my wife that I would handle the future endeavors with Verizon as she appeared to be a little flustered by the experience.  I later received a courtesy call from Verizon confirming that our phone number was restored.  I asked the lady whom I was talking to whether she could help me with my VoD service or transfer me to someone who could.  She assured me that she could help and asked me whether or not we had received new set-top boxes for our televisions. After I informed her of the new boxes, she apologized to me and informed me that due to copyright infringement laws that our digital library was lost and that we could not receive any kind of compensation.  I decided to call customer service, and after talking to representative for almost half an hour I was placed on hold and then told that there was nothing that could be done at this time and that I was going to be disconnected, before I could respond I was hung up on.
    Three nights ago I took my concern back to the Verizon store as I dropped off our previous equipment.  I was given several new phone numbers.  That evening I spent over 2 ½ hours on hold waiting for a representative.  After explaining my situation I was transferred to another representative who worked with me and put in a work order to have our digital library restored.  I was quoted 48 hours, but the issue was resolved that evening. 
    Not intending to cause any more issues with Verizon until our digital library issue was resolved, my family abstained from renting or purchasing any movies from Video on Demand.  I had promised my son and grandson that if the movies were restored, I would add the new Star Trek movie to our library so that we could watch it together. I was slightly irked to realize that when I tried to add a new title to my library an error message would pop up.  I called the number on the message and entered the error code.  I was placed on hold for almost an hour.  When I finally reached a representative, he informed me that the problem was that my credit had been reset during the move and the issue could only be resolved by another department which had just closed for the evening.  I decided to work at home the next day so that I could watch the movie when my son came home that evening.  The next morning I called and realized that the opening time quoted to me was obviously in a different time zone.  When I finally reached an agent, 2 hours later, I was told that I was 5 dollars over my credit limit.  I informed the representative of my situation, as proof I pointed to the fact that the bill that I had paid earlier this week was almost 200 dollars more than my current statement.  I was asked to wait 30 minutes and to call back if the issue hadn’t resolved itself within an hour.  An hour later I called, explained my situation to another representative, and was told to call back in an hour if the problem hadn’t resolved itself.  An hour later I called and after being sent to several different representatives I was asked to call back in an hour if the issue hadn’t resolved itself.
    Meanwhile my wife was contacted at worked by Verizon, informing her that there was no record of us returning the equipment and that we could be facing additional charges if we did not straighten out the issue.  After spending the next several hours assuring my wife and showing her how on the receipt, each piece of equipment was clearly scanned and entered into the system, I decided to call customer service again as my VoD was still displaying the same error message.  I was apologized to yet again, and was told that my order was being slowed down due to a high number of unresolved issues on our account.  I was assured that he would clear out the mess and that we should be able to order movies that evening, if not I should call back in 24 hours.  I apologized to my son and grandson yesterday evening, both of them took it surprisingly well.  This evening I waited until 7:30 to contact customer service (31 hours after I was told to wait 24 hours), I was placed on hold again and again for over an hour and a half.  I finally was told that my account would be cleared out to resolve the issue, I informed the gentleman that I was already told that would be done and then referenced the ticket number that I had received (and double-checked) from the gentleman the day before.  After speaking to his supervisor about the issue I was informed that there was no record of this action nor was there any ticket number matching the one I had given him.  The gentleman tried to help me for several more minutes until he transferred me to another department because neither he nor his supervisors could understand why my account wasn’t letting him change the date on my ticket, as he had reset all my resolved issues. 
    I explained my situation to the representative who after reviewing my account information informed me that I could have had the issue resolved on the 29th of August but someone during my process removed my order.  She then informed me that due to the number of unresolved orders on my account the system could not let her schedule a credit increase until the 26th of September.  After repeatedly asking her what I could do to expedite this process, I came to realize that all she could do was repeat to me the information that she had already said.  I then asked her who I could talk to resolve this issue or file a complaint.  After rambling for several minutes I was then transferred to the billing department.  After explaining my situation, yet again, to another representative, my account was reviewed again, and I was once again informed that I was over my credit limit.  After going into details a little more intimately, I was assured that the earliest that I could receive the credit increase was the 26th of September, and that I should make another payment.  I informed her that I had just paid over $550 dollars on my last bill and had given up the majority of my free time over the last 2 weeks trying to resolve issues that I was assured wouldn’t be a problem by a Verizon representative.   I asked if I could receive a small credit to my account ($30) so that I could just watch the movie and feel like I received a small victory for sacrificing so much of my time.  She informed me that only her supervisor could make that call.  She informed me that I would have to wait around 15 minutes on hold (what’s 15 minutes when I’ve already waited 8+ hours on hold?).  After explaining my situation to Cornell he reviewed my account and then reworded what I had just told him.  He informed me that the department that deals with my issue (the department that just transferred me to billing) was now closed and that I would have to wait until Tuesday (4 days) to have my issue resolved.  After explaining the fruitlessness of dealing with that exact department with the exact information he was trying to send me off with, he placed me on hold for several minutes and then came back and agreed to only meet me half way, a $15 dollar credit.  I was extremely offended.  This is not even 3% of my average bill.  $15 for 2 weeks of unsatisfactory service, in addition to 12+ hours of my personal time in addition to my wife’s time and visiting the Verizon store.  After explaining to Cornell that $15 was less than satisfactory, I asked for an email address or a complaint line.  He agreed with me that it was frustrating and explained to me that it was getting late for his department “almost 11:40 in the evening”, the exact time where I am.  He gave me Verizon.com/contactus, which after reviewing the page, I became insulted.  I have continually followed up with my phone calls and stayed loyal to Verizon, following the instructions of each representative that I have talked to in the last several days.
    Verizon has provided both my family and me with an excellent entertainment package as well as outstanding customer service in the past.  I would like to believe that despite the fact that I was lied to by both a sales representative and a supervisor that my family’s experience over that last few weeks with Verizon is not a common one.  I am more than willing to place this movie order on my next bill, all I ask is that you please help me to enjoy the advertised early release and to enjoy the services I previously had with your company.

    We've been having problem with our Verizon Fios set up since the moment we moved in to our new place. We've had several technicians come through, and then eventualy aftet two weeks of setting up appoitments and calling the customer service folks, they were finally able to resolve the issue. However, the nightmare doesn't end here. Last week, our neighbors switched over to Verizon Fios, and their technician swtiched our cables with theirs ( what a sloppy, lazy, job) meaning that they unplugged everything that was running to our apartments and transferred over to their becuase they didn't want to put in the extra work to chech and make sure that everyone was getting service. After, we had noticed the problem, my husband called  customer service to put in a ticket for the technician to come through and resolve the issue. The ticket was made for Wednesday, Nov 7th, 2013  under ticket number {edited for privacy}, the rep had clealry stated that a technician will come anytime from 3 - 7, which meant that one of us had to be home. My husband took off work and waited for the technician to come through, however, NOBODY showed up. Instead, they told us that they were came at 5 oclock but nobody was home. The same day we called customer service again, and reschudeled to the next day. Thankfully, someone showed up at literally 7pm, meanwhile my husband was waiting at home since 3pm. After hounding them down and calling every hour to make sure that they would show up. Sure enough, they coudn't fix the wiring with out a bucket truck, which the technician mentioned he didn't have since it was already late in the game and eveything was closed. So again, my husband called to make another appoitment, for Saturday, November 9th, 2013, and again, the customer service people  confirmed that someone will show up on this day from 8am-12pm. Guess what!? NOONE came, because NOONE issued a ticket, meanwhile we knew for a FACT that we made an appoitment. It's been one week, and no end to this problem. I am appalled, that a multibillion dollar company such as Verizon has such poor customer service in this area. It is sickening and sad, that noone can come and fix a small issue such as this. I hope that this will be resolved tomorrow, ( as they confirmed that they will come on Sunday) if not we have no other choice but to cancel our services and switch to something else. If only Google fiber was in town, things would have been so much easier, and not OVERPAID, especially now with the CRAPPY service we've been getting. 

  • I would like to know that my lightroom 5 has suddenly stopped working... whenever i am launching it it is showing that lightroom has ecncountered a problem in reading the photos from its cache..plzz help me to slove this problm... as soon as possible..

    it is shwing that it has ebcountered an eror from reading from its preview cache and needs to qiut...
    after re-instalation also it i still showing the same thing... plzz help me.

    That error message indicates that your preview cache files have become corrupt. This is not a critical problem to solve. Just delete the previews file it carries the same name as your catalog file with the extension ending "Previews.LRDATA" see the screen capture. Delete this file and when you next restart Lightroom it will rebuild the previews.
    The link below will let you know where the file is located.
    Preference and other file locations | Lightroom 4

  • I have the new ipad and inserted  a new tata docomo sim , it shows network but is not able to connect to the internet,,, can any1 plzz help me out

    i have the new ipad and inserted  a new tata docomo sim in it, it shows network but is not able to connect to the internet,,, can any1 plzz help me out

    Let's start with the most obvious? Have you paid for service? If yes, thry THIS.

  • How to create complaints with reference to ECC Billing document (CRM 7.0)

    Hi experts!
    I use ECC 6.0 and CRM 7.0.
    I have to create CRM complaints (ZCLR - CLRP) with reference to ecc billing documents.
    I read the following topics and help:
    1. How to create complaints with referenceto ECC Billing document
    2. Re: How can we transfer billing documents from SAP ERP to CRM 2007?
    3. http://help.sap.com/saphelp_crm70/helpdata/en/46/029ba32e675c1ae10000000a1553f6/frameset.htm
    Made these settings:
    1. Define the Business object type
    Goto SPRO>CRM>Transaction>Settings for Complaints>Integration>Trnsaction Referencing>Define Object types for Transaction reference
    2. Assign Business Object Types to Transaction Types
    Goto SPRO>CRM>Transaction>Settings for Complaints>Integration>Trnsaction Referencing>Assign Business Object Types to Transaction Types
    3. Implement a BADI - CRM_COPY_BADI_EXTERN.Check Implementation CRM_COPY_BADI_BILLDO for more information on the coding for referencing the ECC Billing document.
    Goto SPRO>CRM>Transaction>Settings for Complaints>Integration>Trnsaction Referencing>BAdI: Create Complaint with Reference to External Transaction.
    but still do not know,
    1) if I should pre-replicate billing documents into CRM ?
    2) Or, the system uses the RFC to find these documents in ECC to create reference?
    Please help me.
    Best regards Kostya.
    Edited by: Kostya Khveshchenik on Oct 20, 2010 2:09 PM

    not resolved =(
    Edited by: Kostya Khveshchenik on Nov 19, 2010 8:50 AM

  • Finished Installation..ERROR in starting the SERVER PLZZ HELP

    Hi,
    I could complete the installation of SAP WAS from the cd with host n keller successfully.
    But now when i make a set up and try to logon with the SAP GUI , It gives an error saying the host couldnt be find and in the meanwhile on ABAP ENGINE STARTUP SCREEN it starts the server and then immediately shuts down showing : Work process xx died..and ICM shut down successful.
    Plzz help me as to if any settings are causing this or wat should i do to splve this.
    Thanks,
    Shilpi

    Hi,
    Did you configure loopback adapter and assigned a ip address to it? If it is done, then try to increase virtual memory.
    Sabita

  • Signed applet with jdk1.4.2

    Hello, friends! I'm having difficulties running an applet with jdk1.4.2. This applet was working properly with the previous version, jdk1.4.1. Perhaps I've forgotten some details or some changes in the new version. Any idea?
    Thank you.

    Hi there,
    I am also facing similar problem. Please read the following.
    I have a query regarding JRE 1.4.2_03. What does it have, which makes it differ from JRE 1.4.1_02 ? Actually, I am asking this question, because I have a signed JApplet where, user's select a file displayed in client JApplet's JTable and stores it to the specified location on his/her local drive. The JApplet runs perfectly well running in IE 6.0 with JRE 1.4.1_02. But, gives error on IE 6.0 with JRE 1.4.2_03.
    Any help regarding the same will be helpful...
    I tried a Signed applet with no GUI in it which runs well on JRE 1.4.2_03.
    Both the applets are signed with jdk1.1.6.
    Thanking you in advance,
    Ganesh A Baviskar.

  • Plzz help my adudition is still in trial mode!

    I have been in contact with your support a couple of times the last 2 days and they cant find the issue. But now the last time they said that i should try to install audition on another computer so i did and i get the same problem still, it still says ''trail'' in the background of my sound files so it most have something to do with my subscription? It also says that i need to complete my adobe id profile to regiter the product, but i have allready done that? Plzz help!

    As a U2U group, we can't deal with this at all - installation issues are not our province at all. The best we could offer is to hope that one of the developers comes along and takes pity on you. On the face of it, this sounds like a Cloud issue though, not necessarily Audition at all; you might want to post on the Cloud forum (if there is one...)

Maybe you are looking for