Registration code - class main absent signature problem

My boss bought a blackberry online certificate signature code and we have received a set of .csi there are files by e-mail, with the following instructions:

The following attachment will allow the BlackBerry SignatureTool to register with the Signing Authority. Please ensure that the BlackBerry Java Development Environment or BlackBerry Java Development Environment Component Package has been installed onto the workstation that will be used to sign your BlackBerry Java applications.
To register the attachment, please follow the instructions below:

1)       Double-click on the attachment

Double click on the files just gives error message box at the following address:

Java Virtual Machine Launcher: "could not find the main class. Program will exit! »

I have installed 4.7.0.41 JDE, have also tried to install the 4.6.1 components.

JRE is 1.6.0_11 - b03

Thank you

Lindsay

I remember that the problem might be the version of JRE, try to uninstall JRE 1.6 and install JRE 1.5 (included in the JDK 1.5)

If it won't help contact [email protected]

Tags: BlackBerry Developers

Similar Questions

  • Need help with custom class main event to a class not related.

    Hey guys,.

    I am new to Flash and not very well with OOP.  I did it pretty far with google and hidden, but I was pulling my hair on this problem for a day and everything I try get an error or just simply don't touch the listener.

    I'm trying to get my main class to send an event customized to an unrelated class called BigIcon.  The rest of the code works fine, it's just the addEventListener and dispatchEvent method that does not work.

    I put in the codes below.  Let me know if something else is needed to solve the problems.  Thank you!

    Main.As

    package 
    {
        import flash.display.MovieClip;
        import flash.events.MouseEvent;
    
    
        public class Main extends MovieClip
        {
            var iconLayer_mc:MovieClip = new MovieClip();
    
            public function Main()
            {
                Spin_btn.addEventListener(MouseEvent.CLICK,fl_MouseClickHandler);
    
                addChildAt(iconLayer_mc,0);
                placeIcons();
            }
    
            function placeIcons():void
            {
                var i:int;
                var j:int;
    
                for (i = 0; i < 4; i++)
                {
                    for (j = 0; j < 5; j++)
                    {
                        //iconString_array has the names of illustrator objects that have been converted to MovieClips and are in the library.
                        var placedIcon_mc:BigIcon = new BigIcon(iconString_array[i][j],i,j);
                        iconLayer_mc.addChild(placedIcon_mc);
                    }
                }
            }
    
            function fl_MouseClickHandler(event:MouseEvent):void
            {
                dispatchEvent(new Event("twitchupEvent",true));
            }
        }
    }
    

    BigIcon.as

    package 
    {
        import flash.display.MovieClip;
        import flash.events.Event;
        import flash.utils.getDefinitionByName;
    
        public class BigIcon extends MovieClip
        {
            private var iconImage_str:String;
            private var iconRow_int:int;
            private var iconColumn_int:int;
    
            public function BigIcon(iconImage_arg:String, iconRow_arg:int, iconColumn_arg:int)
            {
                iconImage_str = iconImage_arg;
                iconRow_int = iconRow_arg;
                iconColumn_int = iconColumn_arg;
    
                this.addEventListener(Event.ADDED_TO_STAGE, Setup);
    
            }
    
            function Setup(e:Event)
            {
    
                this.y = iconRow_int;
                this.x = iconColumn_int;
    
                var ClassReference:Class = getDefinitionByName(iconImage_str) as Class;
                var thisIcon_mc:MovieClip = new ClassReference;
                this.addChild(thisIcon_mc);
    
                addEventListener("twitchupEvent", twitchUp);
            }
    
            function twitchUp(e:Event)
            {
                this.y +=  10;
            }
        }
    }
    

    This could be a bit abstract to understand, but think about what you assign event listeners to when you implement the.

    When you want to have a function to respond to a button that is clicked, what do you attribute the event listener to?  She is assigned to the object that generated the event, the button.

    In your case the main class generates the event.

    You could take a different route with this, where if all your BigIcon objects were stored in a table in the main class, you could loop through that array and manage your contractions without having to have every BigIcon object involved in this transformation.

  • Lost Quicktime Pro, still have registration code

    I had a computer problem and lost my Quicktime Pro program. I still have the registration code.  No one at Apple seems able to help me. How can I get Quicktime Pro back without having to pay for it a second time?

    Click here, download the free player and apply the QuickTime Pro key.

    (139265)

  • Can't find the Registration Code to my HDTV KDL50W800B

    Try to find the registration code to my Bravia HDTV of W800B 2014 to connect to Essentials. I can't find the option "Enable improved features" in settings/network by the instructions given in support video.

    Hello wjbt, thank you very much for your message. We are more than happy to help you, but we would like to know the main reason of why you want to get a registration code for assistance. However if you want to save your Sony KDL50W800B TV model we recommend visit you:

  • Registration code not valid when you try to register

    Open my new dashboard to Woot today and after having downloaded the software update, I tried to save the dashboard. It doesn't let me do, say the Registration Code provided on the dashboard (in the news on the device) is not valid. I tried to register and associate with Chumby account and when it does not work since the original registration page. Neither work. Please tell me how to fix. Thank you. Woot, it is a whole new product so previously renovated registered should not be a problem. Thanks for any help.

    Thanks Tom611. I actually downloaded the update of the firmware/software before even saving. It ends up being an issue wih trying to record with an e-mail that I have used to sign up for the Sony Forum (Chumby tips sent me here when I was doing research on the dashboard before buy you). No matter what they did through phones help if they couldn't do so that I can register (they weren't sure if it was a problem with my email, the registration code, user name, etc.). I finally decided to try to save the email from my husband, and that ended up working. Yay! Now, I stayed too late playing with him. Thanks again - I appreciate really only provide you with such a quick response & recommendation!

  • Signature problem when you run the program BluetoothDemo on Blackberry 8320

    Hello

    I try to connect from my computer to the Blackberry 8320 using a serial Bluetooth transceiver.  The "BluetoothDemo" program is not function properly.  When I run it, I first see a white screen with "Bluetooth Sample" at the top.  I click on the trackball and I get a menu with the options 'Listening to connections' and 'Full Meno'.  I click on listen for connections and a screen pops up that says "connect to an external device and then type something...» "I type something on the Blackberry and the letters appear, but no other options appear to verify a Bluetooth connection.  I have already associated the Bluetooth with Blackberry, but the connection failed appears when I run the program BluetoothDemo. When I click the trackball again, I see the full menu with "Serial Port close',"Get DB", etc..

    In my view, that there is a problem with secure API signatures.  Obviously the 'BluetoothDemo' program is not run after the first steps.  When I debug on Blackberry, I see the following output from the console, which leads me to believe that there is a problem with signatures:

    ocusHistory: Focus lost; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Acquired Focus; Home screen App; Component net.rim.device.api.ui.MediaController
    JVM: bklt @286061: timer
    JVM: bklt @286061: idle 15
    JVM: bklt @292270: setTimer 15
    FocusHistory: Lost Focus; Home screen App; Component net.rim.device.api.ui.MediaController
    MWC: BluetoothDemo (4738) No sig 0 x 33
    From BluetoothDemo
    MWC: BluetoothDemo (4738) No sig 0 x 33
    BluetoothDemo (167) started
    BluetoothDemo (167) foreground
    FocusHistory: Acquired Focus; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Lost Focus; Home screen App; Component net.rim.device.apps.internal.ribbon.launcher.RibbonIconField
    FocusHistory: Lost Focus; Bluetooth demo app. NULL component
    FocusHistory: Acquired Focus; Bluetooth demo app. Component net.rim.device.api.ui.menu.DefaultMenuListField
    FocusHistory: Lost Focus; Bluetooth demo app. Component net.rim.device.api.ui.menu.DefaultMenuListField
    BT: allocSerialPort a0d729a8
    BT: sdpAddRecord
    BT: allocSdpAttributeData
    FocusHistory: Lost Focus; Bluetooth demo app. NULL component
    BT: SppWrite-1 failed: 1
    Unable to write data. Exception: java.io.IOException: BtSppWrite failed

    I was puzzled at first running the program of BluetoothDemo and initially built and generated a file alx for the com_rimbluetoothserialportdemo program, which I think is used by the BluetoothDemo program.  The com_rimbluetoothserialportdemo program is currently connected to Bluetooth tx/rx, as indicated by the status of remaining devices firmly on instead of flashing (when BluetoothDemo runs the status light flashes, indicating no connection). When I switch between workspaces in which I have these projects, the set of keys is not signed, and I have to sign in again, which seems to cause the keys in the other workspace to become not signed.  As further evidence of the strange signature problem, sometimes when I run either on the Blackberry there is an error that says that the application is not signed.

    I want to delete the workspace and the file alx com_rimbluetoothetc could be a step in the right direction.  Do I have reason to assume that the 'no sig 0 x 33' is a problem with API signature secure?  Could BluetoothDemo access to com_rimbluetoothserialport and be denied because there no signatures?  Thanks for any help you can provide.

    Not sure that your reading of the code is correct.

    _dout.writeInt (JUST_OPEN);
    _dout. Flush();

    These two statements will write out - which seems to be the first thing the code does.  Then it goes into a loop of reading, but suppose a specifically formatted data.

    In my test, I removed these and replaced with something that I thought he would be working and I'm depending on the device.  As noted yesterday picked up O the data of a GPS puck - these things just send data, they never expect anything in return.  So my code looks like this:

    byte [] buffer = new byte [1024];
    for (;;) {
        int len = _din.read(buffer);
        String justRead = "Read: " + Integer.toString(len) + " bytes: " + new String(buffer, 0, len) + '\n';
        System.out.println(justRead);
    }
    
  • Has not received registration code?

    Hello, so I bought the Student and Teacher Edition online and set everything up. I downloaded creative cloud and was able to download and install the apps I wanted to use. I came across the issue of not having my registered products while looking in my "Plans and produced" I did a little research and found out that I was not received a code of activation/registration code in my email just an order number. I was wondering if they send the registration code later so that I can save my apps. Thanks in advance!

    This is an open forum, not Adobe support... Click below to contact Adobe staff for help

    While the forums are open 24/7 you can't contact Adobe support at any time

    Chat support: Mon - Fri 05:00-19:00 (US Pacific Time)<=== note="" days="" and="">

    Don't forget to stay signed with your Adobe ID before accessing the link below

    Creative cloud support (all creative cloud customer service problems)

    http://helpx.Adobe.com/x-productkb/global/service-CCM.html

  • Cannot find or load the class main oracle.spatial.util.SampleShapefileToJGeomFeature?

    Hello

    Am getting error below when ESRI shapefile running in the oracle database table.,.

    C:\ > java - cp G:\app\product\11.2.0\dbhome_1\jdbc\lib\ojdbc14.jar; G:\app\product\

    11.2.0\dbhome_1\md\jlib\sdoutl-1.0.jar;\g:\app\product\11.2.0\dbhome_1\md\jlib\s

    doapi - 1.0.jar oracle.spatial.util.SampleShapefileToJGeomFeature localhost h Pei

    Forms - sn of 1521 orcl u MDSYS selva d t f F:\saptial\Africa.shp - r 8307 - g ge

    ometry

    Error: Could not find or load the class main oracle.spatial.util.SampleShapefileToJGeomFeature

    Uses the java version

    C:\ > java-version

    Java version "1.7.0_51".

    Java (TM) SE Runtime Environment (build 1.7.0_51 - b13)

    The Client Java VM (build 24.51 - b03, mixed mode, sharing)

    And also tried in MapBuilder sound fine work., but I need to import java utility assistance help me too this.,.

    I tried below in this way and solved problem.,.

    Until I downloaded

    sdoutl - 11.2.0.jar and sdoapi - 11.2.0.jar used to import a shp file...

    C:\>set ORACLE_HOME=G:\app\product\11.2.0\dbhome_1

    C:\Users\SELVA>CD downloads

    C:\Users\SELVA\Downloads>CD statplanet_zambia

    Card C:\Users\SELVA\Downloads\StatPlanet_Zambia>CD

    located in a particular way and my oracle home

    C:\Users\SELVA\Downloads\StatPlanet_Zambia\map>set ORACLE_HOME=G:\app\product\11.2.0\dbhome_1

    C:\Users\SELVA\Downloads\StatPlanet_Zambia\map>java - classpath %ORACLE_HOME%\jdb

    c\lib\ojdbc5.jar;%O RACLE_HOME%\md\jlib\sdoutl-11.2.0.jar;%O RACLE_HOME%\md\jlib\sdoapi-11.2.0.jar oracle.spatial.util.SampleShapefileToJGeomFeature h localhost Pei 1521 - orcl u MDSYS selva t Zambia SF map geometry 8307 d - g - r

    Host: localhost

    Port: 1521

    SID: orcl

    db_username: MDSYS

    DB_PASSWORD: selva

    db_tablename: Zambia

    shapefile_name: map

    SRID: 8307

    db_geometry_column: geometry

    Connection using Oracle10g...

    localhost, 1521, orcl, MDSYS, selva, Zambia, map, null, 8307

    Old table of fall...

    java.sql.SQLException: ORA-00942: table or view does not exist

    Creating a new table...

    9 response (s) converted.

    Fact.

    Thank you

    Selva

  • QuickTime Pro registration code

    I tried to buy a registration code for quick time and whenever I'm bound refers to the page of basic information for quick time. A registration code is no longer available for purchase. I have a Mac not a PC.

    Apple stopped selling them.

    (143684)

  • WHERE CAN I FIND THE REGISTRATION CODE

    I can't find my IPAD registration code.  Looking for, please help.

    I don't know what code you are talking about. What are you trying to save? If it's Apple Care, see here: https://support.apple.com/en-us/HT201653

    -AJ

  • I'm unable to get the registration code for my Blu - Ray player

    I'm unable to get the registration code for my Blu - Ray player. I followed the instructions and all I get is the statement: device is registered. I can't register for the most part without a valid code. Please let me know how I can get the correct code. Thank you

    If you were able to enter the registration code the first time you tried to save the player before then you don't need to do it again. Just bought this drive? If so, was it a screen or mixed open-box model?

  • Registration code

    BDP-S570

    Is it possible to recover the registration code of the blu - ray? After seting upward for Netflix initially and very easily... customer wants to Pandora and others, but he repeats to me is a recorded legacy custom we implemented these programs without it.
    We tried failed manufacturer by menu Sony but no change.

    There used to be a series of default buttons of the resolution. Please let me know how we can help our customers.

    Thank you.
    John Carder

    I just bought the same blu - ray player and when I clicked on pandora, he asked me to goto pandora.com/activate and enter a registration code that was given to me directly from the Blu - ray player on the same page.

  • How can I get the registration code to my KDL-40W600B?

    Just like the title says, I have a new KDL-40W600B and have need the code of registration for some of the apps I would like to use. Instructions for a pop - up on the Web of Sony Essentials page is as follows: to get the Registration Code please make sure that your active internet BRAVIA TV is connected to your network, powered and active. Press the Home button on your remote control and access the network icon in the Xross Media Bar. Scroll to activate enhanced features and select it by pressing on enter. Look for the Registration Code to your BRAVIA TV. Evil.

    Hi jeansebastienhamet!

  • BlackBerry Smartphones can we all give Me the Registration Code [BeejiveIM]... ??

    I have BlackBerry Curve 8900-... and I use Beejive IM chat program... and I like it a lot

    If someone can give Me Registration Code [BeejiveIM]?

    Help, please...

    If you do not have to pay for it?

    You are in the wrong forum for this.  We offer support here, not the registration codes.

  • Error: Could not find or load class main oracle.apps.ad.tools.configuration.JaznCredentialManager over the automatic configuration

    Hi all

    We're performing an upgrade to 11i, R12, and the same durinf find the error during the configuration of the applications below.

    AutoConfig Services Phase

    Running process of Service 6 of 8 for AD_TOP

    The execution of script in InstantiateFile:

    /oracle_uat/XX/R12/apps/tech_st/10.1.3/Perl/bin/perl-je /oracle_uat/xx/R12/apps/tech_st/10.1.3/perl/lib/5.8.3-je /oracle_uat/xx/R12/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3-je /oracle_uat/xx/R12/apps/apps_st/appl/au/12.0.0/perl-je /oracle_uat/xx/R12/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /oracle_uat/xx/R12/inst/apps/xx_xx/admin/install/txkExecSetJaznCredentials.pl

    script gave:

    ****************************************************

    ERRORCODE = 1 ERRORCODE_END

    .end std out.

    Error: Could not find or load the class main oracle.apps.ad.tools.configuration.JaznCredentialManager

    .end err out.

    ****************************************************

    Found the fix when $CLASSPATH has been disabled, but the strength to help here.

    You guys could give me an overview on likely areas that I could check.

    Thank you

    Hello

    Have you checked that the file JaznCredentialManager.class is well under

    Directory JAVA_TOP/oracle/apps/ad/tools/configuration of $?

    This class file is delivered by 12.1.3 (fix 9239090), R12. ATG_PF. B.Delta.3 (patch 8919491)

    and R12. T2K. B.Delta.3 (patch 8919489).

    Kind regards

    Phil.

Maybe you are looking for

  • CPU zu heiss

    Hallo zusammen, ICH habe mir ein Programm downloaded, weil ich fits, dass mein Macbook Air (1.6 GHz Intel Core i5) gaben zu heiss wird beim. Dass Programm says, dass auf cores Temperaturen über 105 Grad altitute wurde von allen. ICH weiss, dass ein M

  • How to find the largest number of text file

    I use the "Read from the text file" block to read the data in my .txt file in labview.  It is now in the string format.  I have a lot of numbers in the file. For example: 0.45 0.35 0.12 1,354 1.56 2.89 5.89 0.56 That's what might look like a text fil

  • (Redirected) What customer service?

    Dell has the absolute worst customer service I have ever received in my life. Firstly, it is entrusted to another country and then on top of that, the agents are super rude. It is the first and the last product I will ever buy from DELL. You all can

  • Impossible to rename/delete/file stubborn (long file name)

    I have a file (that I could rename 'Test') that contains 2 files. A file 'XXX.html' and his 'XXX_files' file with a long name (about 20 words). No matter how hard I try, I'm not able to delete the folder, or the 'Test' that contain. In addition, the

  • A fax for Windows 7 program

    I accidentally deleted the Windows fax program in Windows 7. It is not in the trash and I don't have the original Win7 disc to reinstall. Any suggestions?