PRC Converter and Packages

I have successfully created a couple of trivial examples using MIDP and the PRC Converter. These were small, monolithic examples without a package declaration. However, in creating a more complicated midlet, I have begun to use a package, say org.mycompany.project to organize the classes. These midlets run fine on the emulators in the J2ME Wireless Toolkit, (Phone, Pager, etc) but do not execute under the Palm OS Emulator. I therefore hypothesize that I have missed something in the JAD/JAR to PRC converstion process.
Any suggestions?
Thanks in Advance.

Just a thought...maybe you forgot to give the correct
package info when you were supplying the name of the
class to start out with on program execution?
RolandYes, I have specified the package.ClassName in the J2ME Wireless toolkit MIDlet settings. For example: com.domain.project.StartUpClassName.
I have at least succeeded with a work-around(?), though. By not including a package declaration in my class definitions, AND jar'ing the classes into a single jar, I have been able to successfully execute on both the J2ME WTK emulators and POSE. I am supposing that because the classes are in the same jar, I am able to avoid creating a package to organize them. Until I find a solution to utilize packages, I will proceed without them.
Thanks,
Barry

Similar Messages

  • Need to convert DTS packages to SQL Server 2012 environment.

    Hi Friends,
    As Part of the Project Requirement,we need to convert DTS packages to SQL Server 2012 environment.
    Please sugest me best approach.
    Thanks

    Best approach is to re-design the packages in SSIS 2012 directy if it is feasible. Because most of the DTS feaures are discontinued and also you will have to clean up all errors that you are going to get after migration.
    Discontinued Integration Services Functionality in SQL Server 2012
    Otherwise you need to migrate it first to 2008R2 and then 2012 version.
    Below ones would be helpful for you:
    Migrate DTS packages to SSIS (SSIS2008R2)
    Support of DTS packages in 2008 R2
    Known DTS Package Migration Issues
    Cheers,
    Vaibhav Chaudhari

  • Debtap - A script to convert .deb packages to Arch Linux packages

    I wrote this script in my free time to help people who, for any reason, want to convert a .deb to an Arch Linux package. It works in a similar way with alien (which converts .deb packages to .rpm packages and vice versa), but, unlike alien, it is focused on accuracy of conversion, trying to translate Debian/Ubuntu packages names to the correct Arch Linux packages names and store them in the dependencies fields of the .PKGINFO metadata in the final package. In other words, it won't only create an Arch package with the data of the original .deb package, but also it will try to create a valid and as accurate as possible .PKGINFO metadata file in the converted package. It uses pkgfile and pacman utilities to achieve this accuracy. The final package can be installed like any local Arch Linux package. Debtap is now available on AUR!
    FAQ
    Q: What "debtap" stands for?
    A: DEB To Arch (Linux) Package
    Q: Isn't better to download an official package or write a PKGBUILD in case I need to compile a package or convert a .deb package to an Arch Linux package?
    A: Sure it is, and I truely encourage you to do so. Debtap was written to create packages that either cannot be compiled (closed source packages) or cannot be built from AUR for various reasons (error during compiling or unavailable files), as a quick 'n' dirty solution and an extra option for creating Arch Linux packages for Arch Linux users.
    Q: So debtap will help me only in case I need to convert specific .deb packages to Arch Linux packages?
    A: No. In case you need to write a new PKGBUILD for a package that already exists in the Debian/Ubuntu distributions, by converting its .deb package to Arch package with debtap, thanks to the packages names translator function inside the script, it can help you determine which dependencies are needed for the package you write the PKGBUILD for and complete the necessary fields.
    Q: What are the minimum requirements to run this script?
    A: You need to have installed these dependencies: bash, binutils (provides ar utility for extracting .deb package), pkgfile, and fakeroot. You must run at least once (preferably recently) "debtap -u" to create/update pkgfile and debtap database (you do this with root privileges).
    Q: Debtap needs a lot of time to convert a package. So, why this is happening?
    A: Like I said, debtap is focused on accuracy. It won't just unpack a .deb package and then repackage its data to an Arch Linux package, ignoring metadata. Depending on the speed of your processor and the package itself, conversion can take from a few seconds to several minutes.
    Q: During conversion I get several warning messages, why?
    A: Debtap cannot be 100% accurate for several reasons,  the main reason for this is the complexity of packages names. If you want to check the freshly generated .PKGINFO and .INSTALL (this is optional file) metadata files or even fix the untranslated packages names inside .PKGINFO, debtap offers you the option to edit these files before compressing the final package.
    Q: How do I use debtap?
    A: The syntax is quite simple actually: debtap [option] package_filename
    For example: debtap world-of-goo-demo_1.0_i386.deb
    Any recommendations or questions for debtap are welcomed!
    Last edited by helix (2015-05-21 22:54:17)

    Hi helix. I've had trouble trying to use your script with ubuntu software from The Open University
    debtap OpenUniversity-ubuntu-0.1.3.20130104.deb
    ==> Extracting package data...
    ==> Fixing possible directories structure differencies...
    ==> Generating .PKGINFO file...
    debtap OpenUniversity-ubuntu-0.1.3.20130104.deb
    ==> Extracting package data...
    ==> Fixing possible directories structure differencies...
    ==> Generating .PKGINFO file...
    :: Enter Packager name:
    NewPepper2013
    :: Enter package license (you can enter multiple licenses comma seperated):
    closed
    :: If you want to edit .PKGINFO file, press (1) For vi (2) For nano (3) For a cu                                                                                                    stom editor or any other key to continue:
    ==> Generating .MTREE file...
    ==> Creating final package...
    xz: unrecognized option '--1-any.pkg.tar'
    xz: Try `xz --help' for more information.
    mv: cannot stat ‘*.xz’: No such file or directory
    ==> Removing leftover files...
    ==> Package successfully created!
    The software is called NewPepper 2013 but i've not been able to find it online except on the ou website.

  • PRC Converter Tool doesn't work!

    Hi
    i wanna to use the PRC Converter Tool, included in midp_palm-1_0-beta.zip, to converter the sampler.jad to a prc file. However it doesn't work. No File had generated after i selected the sampler.jad file and clicked the convert button.
    i'm using win2k with jdk1.4.
    any idea?
    Ziong

    I found that it's not work only in jre1.4. It works fine in jre1.3.1.
    But the MIDP for Plam OS User's Guide claim that use jre 1.3 or later. Is it a bug in jre1.4?

  • Reg. Converting a package level cursor into a Ref cursor

    Hi Guru's,
    I am in need of converting a package level cursor which contains "FOR UPDATE OF" clause into a Ref cursor where the query will be dynamically built in with the needed table name and other parameters.
    Using that cursor many Update statement's were performed with "WHERE CURRENT OF" clause included in it.
    Now I changed my cursor into Ref cursor, but when i compile the cursor that is built dynamical is not identified, since i am getting error.
    Can any one tell me how to proceed in order to implement it?
    Do I need only go for dynamic bulding of the whole procedure.
    With Best Regards,
    Vijayasekaran.N

    May be you can work it around with ROWID. Like this
    Say this is your actual code.
    declare
         cursor c
         is
         select *
           from t
            for update of name;
         lno t.no%type;
         lname t.name%type;
    begin
         open c;
         loop
              fetch c into lno, lname;
              exit when c%notfound;
              update t set name = lno||lname
               where current of c;
         end loop;
         close c;
    end;
    /With refcursor you can do this.
    declare
         type rc is ref cursor;
         c rc;
         lno t.no%type;
         lname t.name%type;
         lrowid rowid;
    begin
         open c for 'select rowid rid, t.*
                   from t
                    for update of name';
         loop
              fetch c into lrowid,lno, lname;
              exit when c%notfound;
              update t set name = lno||lname
               where rowid = lrowid;
         end loop;
         close c;
    end;
    /Edited by: Karthick_Arp on Dec 26, 2008 2:00 AM

  • How to convert .dts packages to SSIS packages

    Hi,
    How do you convert .dtsx packages to SSIS packages.

    sorry Tom, I mark it and than i saw that this is the same link as
    Shanky_621 posted several hours ago, so I Unpropose as answer.
    * This look like a good answer, but it was already given as mentioned :-)
    [Personal Site] [Blog] [Facebook]

  • PRC Converter Tool Err

    Hi!
    I've been using the PRC Converter Tool for Palm successfully for several conversions, but now I encounter the following for one of my projects:
    "Result:Failed: JAD error:JAR server not found"
    Appreciate if someone could advice what's causing the error. TIA!
    Regards
    seckyuen

    [seckyuen],
    There are 5 predefined attributes that must be present in an application descriptor JAD file:
    MIDlet-Name
    MIDlet-Version
    MIDlet-Vendor
    MIDlet-Jar-URL
    MIDlet-Jar-Size
    If any of these 5 attributes are not present, then there will be errors.
    From the looks of the error message you received, it looks like the MIDlet-Jar-URL entry is not in the JAD file.
    Inspect your JAD file and let us know the outcome, I'm sure the people of the forums will be eager to know.
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • PRC Converter error 1060

    I can't get the converter to work, the reported error is something about a mismatch between the JAR and JAD files, but I copied the attribute text directly so they have to be the same. The readme says something about a known bug 4511054 Error Code 1060 when converting JAR with MANIFEST at the end to PRC
    What does that mean? Does the manifest have to be at the start of the JAR? If so, how can I force the jar utility to do that?
    WBB

    [wbrogden],
    The bug states that there was a problem with the PRC converter tool for the MIDP for Palm OS 1.0 BETA release. This bug is fixed in the officially released version of the MIDP for Palm OS 1.0 which is now available at:
    http://java.sun.com/products/midp4palm/download.html
    HTH.
    Allen Lai
    Developer Technical Support
    SUN Microsystems
    http://www.sun.com/developers/support/

  • Remakepkg - Convert installed packages back into installable archives

    This is a script to convert a package that has already been installed, back into an installable package file. It takes modified files (as reported by pacman -Qqkk) into account, and will regenerate the mtree entries corresponding to those files, if the original package had an mtree.
    I've been searching for an utility like this, and didn't find it. If I am entirely mistaken and such a thing does already exist, please point me in its direction. Thank you!
    Why would I possibly want this?
    The creation of this script was inspired by 2 incidents.
    1. wine-silverlight takes about 2 hours to build from AUR on my desktop computer. The package file was automatically deleted after installation. And then I realised, my netbook has the same architecture, but the package file was already gone, so I had to build it again.
    2. While troubleshooting an issue with font rendering, I had to flip between freetype2-infinality and freetype2 a few times to isolate the problem. It would have been nice if I only had to build freetype2-infinality from AUR once.
    Limitations
    This script is unable to guess information that is not present pacman's local database. For example, the .PKGINFO file produced by the script will not have any makepkgopt entries.
    I also do not have a perfect understanding of pacman's package format, and you may encounter errors resulting from omissions or misunderstandings on my part, or changes to pacman.
    Well, that's everything. I hope this helps someone!
    AUR: https://aur.archlinux.org/packages/remakepkg/
    Github: https://github.com/deciare/remakepkg
    Last edited by Deciare (2014-03-19 00:14:43)

    slithery wrote:
    Deciare wrote:
    Why would I possibly want this?
    The creation of this script was inspired by 2 incidents.
    1. wine-silverlight takes about 2 hours to build from AUR on my desktop computer. The package file was automatically deleted after installation. And then I realised, my netbook has the same architecture, but the package file was already gone, so I had to build it again.
    2. While troubleshooting an issue with font rendering, I had to flip between freetype2-infinality and freetype2 a few times to isolate the problem. It would have been nice if I only had to build freetype2-infinality from AUR once
    I just edit /etc/makepkg.conf and set the PKGDEST variable.
    This way I always have a copy of my built packages in case I need to reinstall or use on a different machine.
    Only issue with that is that the config files will be default. By using remakepkg or bacman it takes the existing config file and rolls it into the package.
    **EDIT** Well actually, thats because I elect to have pacman ditch the config files whenever I remove something. I usually remove something with -Rcsn options a pay close attention to what it says it will remove..
    Last edited by GSF1200S (2014-03-19 20:50:17)

  • How to copy procedures and packages from one server to another?

    Hi,
    I have 439 packages and 178 procedures located in one server called MAXWELL.
    I need to copy these objects to another server called TITAN.
    The schema names is SPCBR in both servers.
    So both servers have an instance running with this schema SPCBR.
    SPCBR in TITAN server has their tables with table data which was generated by an export/import process from MAXWELL server.
    However, procedures and packages were not copied by the export/import because I used the clause 'tables'.
    Now, what can I do in order to equalize procedures and packages in both databases? I can't risk in damaging or duplicating data in my database located in TITAN server, ok?
    Thanks,

    Another simple alternative, according to AskTom (http://asktom.oracle.com/pls/ask/f?p=4950:8:::::F4950_P8_DISPLAYID:454220160386)
    ---------------- getcode.sql ----------------------------
    set feedback off
    set heading off
    set termout off
    set linesize 1000
    set trimspool on
    set verify off
    spool &1..sql
    prompt set define off
    select decode( type||'-'||to_char(line,'fm99999'),
    'PACKAGE BODY-1', '/'||chr(10),
    null) ||
    decode(line,1,'create or replace ', '' ) ||
    text text
    from user_source
    where name = upper('&&1')
    order by type, line;
    prompt /
    prompt set define on
    spool off
    set feedback on
    set heading on
    set termout on
    set linesize 100
    ------------------- eof --------------------------------
    it extracts one procedure, function or package to a file. Thats it. If you
    wanted to get all of the procedures in a schema extracted to the current working
    directory, you would run a script:
    --------------- getallcode ---------------------------
    set termout off
    set heading off
    set feedback off
    set linesize 50
    spool xtmpx.sql
    select '@getcode ' || object_name
    from user_objects
    where object_type in ( 'PROCEDURE', 'FUNCTION', 'PACKAGE' )
    spool off
    spool getallcode_INSTALL.sql
    select '@' || object_name
    from user_objects
    where object_type in ( 'PROCEDURE', 'FUNCTION', 'PACKAGE' )
    spool off
    set heading on
    set feedback on
    set linesize 130
    set termout on
    @xtmpx.sql
    ---------------- eof ---------------------------------
    You can see how to filter on that one by adding to the where clause if you want.
    Just run @getallcode_INSTALL to run all of the scripts...

  • Video Format Total Solution: How to Convert and Edit Video on Windows/Mac

    More and More video formats are coming out with different video encoders and it makes our spare time more and more colorful. However, it is not to say that there is no problems. Actually, different video formats make it difficult to share video with others, even your own camcorder and iPod. Is there an easy way to convert videos effectively. Yes, there is.
    In this article, I will show you guys how to convert videos on windows and mac.
    Part 1. How to Convert and Edit Videos on Windows
    For Windows users, you need a Video Converter(http://www.aiseesoft.com/total-video-converter.html) to do that for you.
    Here I use Aiseesoft Total Video Converter(http://www.aiseesoft.com/total-video-converter.html)
    Step 1: Download and install Aiseesoft Total Video Converter
    After you download it to your computer, double click it and it is really easy to install.
    You just need to click “next” and it will complete it in seconds. It will automatically run after installation.
    http://www.aiseesoft.com/images/guide/total-video-converter/screen.jpg
    Step 2: Load Video
    Click “Add File” to find the video that you want to convert and click “open”. It will be loaded automatically.
    Step 3: Select the target to decode
    In the “Profile” drop download list you can find your target according the usage of your output video, such as if you want to put the video on your iPod touch, you can select the “iPod” in the first list and “iPod touch 2 MPEG-4 640*480(*.mp4)” in the second list.
    Step 4: Set Advanced Parameters
    After you select the right output profile, you can click “setting” button to set your advanced parameters. You can adjust video and audio settings separately. In video section, you can change “video encoder”, “resolution”, “frame rate”, “video bitrate”In audio section, you can change “audio encoder”, “sample rate”, “channel”, “audio bitrate”If you want to save this profile and settings and use it next time you can click “save as” button to give a name to it. And the next time you want to use it you can find it in the profile list named “user defined”.
    Step 5: Choose a Destination
    To browse and find a output folder for your output files or just the default one.
    Finally, Click “Convert” button to begin your conversion, here in the converting
    interface you can choose “shut down the computer when conversion complete” or “open output folder when conversion complete” or you just do not choose neither one.
    Tips: How to Edit the Output Video
    This video converter is also a video editor, you can use it to edit your output video as follows:
    http://www.aiseesoft.com/images/guide/total-video-converter/effect.jpg
    1. Effect:
    You are allowed to adjust the “Brightness”, “Contrast”, “Saturation” and you can choose the “deinterlacing” to make the video more enjoyable.
    2. Trim:
    In “Trim” section you can pick up any part of the video to convert.
    There are two ways to select the part of the video you want. One is set the start and end time in the box. The other one is to drag the start and end button in the processing bar.
    3. Crop:
    This function allows you to choose a certain play area to convert. That means you can choose a part of the screen you like to convert. For example, you just like the tv in the middle of the screen, then you can drag the frame around the preview window to select the tv and the output preview will show you the output video.In this section you can also choose the “zoom mode”, such as “keep original”, “full screen”, “16:9”, “4:3”.
    4. Watermark
    In the section, you can add a watermark on the output video to show people something, such as your name, website, studio name or other things. The watermark could be words and picture. You can adjust the transparent of the watermark easily to make it more beautiful.
    Part 2. How to Convert Video on Mac
    This time you need a Video Converter for Mac(http://www.aiseesoft.com/video-converter-for-mac.html)
    Step 1: Add File
    Click “Add File” button to load the video you want to converter
    http://www.aiseesoft.com/images/guide/mac-video-converter/steps.jpg
    Step 2: Choose profile and adjust settings
    You can find your output video format from a drop-list called “Profile”You can also adjust the specific settings of the output video, such as “Resolution”, “Bitrate”, “Encoder” and so on.

    @ Tamwini
    Your only goal is to sell software.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • Best report to check application and package deployment compliancy?

    I am looking for the best report to check application and package deployment compliancy.
    Preferably targeting a collection.
    tconners

    I'm recommending this one:
    Software Distribution - Application Monitoring folder -
    All application deployments (advanced)
    It allows you to select Collections and applications
    Kent Agerlund | My blogs: blog.coretech.dk/kea and
    SCUG.dk/ | Twitter:
    @Agerlund | Linkedin: Kent Agerlund |
    Mastering ConfigMgr 2012 The Fundamentals

  • Unicode export:Table-splitting and package splitting

    Hi SAP experts,
    I know there are lot of forums related to this topic, but I have some new questions and hence posting a new thread.
    We are in the process of doing unicode conversion in our landscape(CRM 7.0 system based on NW 7.01) and we are running on AIX 6.1 and DB2 9.5. The database size is around 1.5 TB and hence, we want to go in for optimization for export and import in order to reduce the downtime.As a part of the process, we have tried to do table-splitting and parallel export-import to reduce the downtime.
    However, we are having some doubts whether this table-splitting has actually worked in our scenario,as the export has exeucted for nearly 28 hours.
    The steps followed by us :
    1.) Doing the export preparation using SAPINST
    2.) Doing table splitting preparation, by creating a table input file having entries in the format <tablename>%<No.of splits>.Also, we have used the latest R3ta file and the dbdb6slib.o(belonging to version 7.20 even though our system is on 7.01) using SAPINST.
    3.) Starting with the export using SAPINST.
    some observations and questions:
    1.) After completion of tablesplitting preparation, there were .WHR files that were generated for each of the tables in DATA directory of export location. However, how many .WHR files should be created and on what basis are they created?
    2.) I will take an example of a table PRCD_CLUST(cluster table) in our environment, which we had split. We had 29 *.WHR files that were created for this particular table. The number of splits given for this table was 36 and the table size is around 72 GB.Also, we noticed that the first 28 .WHR files for this table, had lots of records but the last 29th .WHR file, had only 1 record. But we also noticed that, the packages/splits for the 1st 28 splits were created quite fast but the last one,29th one took a long time(serveral hours) to get completed.Also,lots of packages were generated(around 56) of size 1 GB each for this 29th split. Also, there was only one R3load which was running for this 29th split, and was generating packages one by one.
    3.) Also,Our question here is that is there any thumb rule for deciding on the number of splits for a table.Also, during the export, are there any things that need to be specified, while giving the inputs when we use table splitting,in the screen?
    4.) Also, what exactly is the difference between table-splitting and package-splitting? Are they both effective together?
    If you have any questions and or need any clarifications and further inputs, please let me know.
    It would be great, if we could get any insights on this whole procedure, as we know a lot of things are taken care by SAPINST itself in the background, but we just want to be certain that we have done the right thing and this is the way it should work.
    Regards,
    Santosh Bhat

    Hi,
    First of all please ignore my very first response ... i have accidentally posted a response to some other thread...sorry for that 
    Now coming you your questions...
    > 1.) Can package splitting and table-splitting be used together? If yes or no, what exactly is the procedure to be followed. As I observed that, the packages also have entries of the tables that we decided to split. So, does package splitting or table-splitting override the other, and only one of the two can be effective at a time?
    Package splitting and table splitting works together, because both serve a different purpose
    My way of doing is ...
    When i do package split i choose packageLimit 1000 and also split out the tables (which i selected for table split)  into seperate package (one package per table). I do it because that helps me to track those table.
    Once the above is done i follow it up with the R3ta and wheresplitter for those tables.
    Followed by manual migration monitor to do export/import , as mentioned in the previous reply above you need to ensure you sequenced you package properly ... large tables are exported first , use sections in the package list file , etc
    > 2.) If you are well versed with table splitting procedure, could you describe maybe in brief the exact procedure?
    Well i would say run R3ta (it will create multiple select queries) followed by wheresplitter (which will just split each of the select into multiple WHR files)  ...  
    Best would go thought some document on table spliting and let me know if you have specific query. Dont miss the role of hints file.
    > 3.) Also, I have mentioned about the version of R3ta and library file in my original post. Is this likely to be an issue?Also, is there a thumb rule to decide on the no.of splits for a table.
    Rule is use executable of the kernel version supported by your system version. I am not well versed with 7.01 and 7.2 support ... to give you an example i should not use 700 R3ta on 640 system , although it works.
    >1.) After completion of tablesplitting preparation, there were .WHR files that were generated for each of the tables in DATA directory of export location. However, how many .WHR files should be created and on what basis are they created?
    If you ask for 10 split .... you will get 10 splits or in some case 11 also, the reason might be the field it is using to split the table (the where clause). But not 100% sure about it.
    > 2) I will take an example of a table PRCD_CLUST(cluster table) in our environment, which we had split. We had 29 *.WHR files that were created for this particular table. The number of splits given for this table was 36 and the table size is around 72 GB.Also, we noticed that the first 28 .WHR files for this table, had lots of records but the last 29th .WHR file, had only 1 record. But we also noticed that, the packages/splits for the 1st 28 splits were created quite fast but the last one,29th one took a long time(serveral hours) to get completed.Also,lots of packages were generated(around 56) of size 1 GB each for this 29th plit. Also, there was only one R3load which was running for this 29th split, and was generating packages one by one.
    Not sure why you got 29 split when you asked for 36, one reason might be the field (key) used for split didn't have more than 28 unique records. I dont know how is PRCD_CLUST  split , you need to check the hints file for "key". One example can be suppose my table is split using company code, i have 10 company codes so even if i ask for 20 splits i will get only 10 splits (WHR's).
    Yes the 29th file will always have less records, if you open the 29th WHR you will see that it has the "greater than clause". The 1st and the last WHR file has the "less than" and "greater than" clause , kind of a safety which allows you to prepare for the split even before you have downtime has started. This 2 WHR's ensures  that no record gets missed, though you might have prepared your WHR files week before the actual migration.
    > 3) Also,Our question here is that is there any thumb rule for deciding on the number of splits for a table.Also, during the export, are there any things that need to be specified, while giving the inputs when we use table splitting,in the screen?
    Not aware any thumb rule. First iteration you might choose something like 10 for 50 GB , 20 for 100 GB. If any of the tables overshoots the window. They you can give a try by  increase or decrease the number of splits for the table. For me couple of times the total export/import  time have improved by reducing the splits of some tables (i suppose i was oversplitting those tables).
    Regards,
    Neel
    Edited by: Neelabha Banerjee on Nov 30, 2011 11:12 PM

  • What is a good way to convert and open a .cwk file?

    Trying to convert and open a .cwk file.  Pretty sure it's an old ClarisWorks file but I got it as an attachment in an email and my iPhone mail won't allow me to open it AT ALL...Please, Help...

    All AppleWorks (& ClarisWorks) files will have the .cwk extension. The iWork applications - Keynote, Pages & Numbers - can only open AppleWorks 6 presentation, word processing & spreadsheet documents, respectively. They will not open any other type of AppleWorks 6 files or any AppleWorks 5 or any version of ClarisWorks files.
    Since you're running Tiger you can run AppleWorks 5 or 6 as well as earlier versions of ClarisWorks in Classic. If you don't have AppleWorks, I recommend getting AppleWorks 6.2.4 which will open .cwk files & save the presentation, word processing & spreadsheet documents as something the iWork apps can open.

  • Embedding video in PDF, keeps says it cant convert and need Acrobat Pro Extended?

    I have Acrobat Pro 9 and with using the tool to embed video which seems to convert to a flash format, it keeps coming back saying its unable to convert and that I would need Acrobat Pro Extended.  I tried a handfull of different video types and every one that I chose gave me the same message.  All it will seem to do is somehow link to the video whcih will use the viewer installed on that persons computer to run.  It seems to give you the ability to convert video over but it doesnt let you for anything you choose, what am I doing wrong?
    I have Acrobat Pro 9 Extended at work which I tried the same thing with and of course, that worked.  Is the Extended part by any chance just a patch for Pro 9 or is it a totally different purchase?

    "Add multimedia to PDFs" at Acrobat Pro's LiveDocs may help to clarify.
    http://help.adobe.com/en_US/Acrobat/9.0/Professional/WS65B80E79-F165-44f0-BBCA-0F142A75869 6.html
    Looks like the following general observations apply.
    If the multmedia file(s) meet the identified requirements for Professional it is "in".
    If the multimedia file(s) do not, then conversion is required - but conversion is only available in Pro Extended.
    That you get a "need conversion" message, from Pro that would be indicative of an input that does not meet the specified requirements for direct use in Pro.
    An alternative might be to try "Create Legacy ..."
    Legacy multimedia will rely on the end-user having the appropriate player application installed.
    fwiw - having an interest in multimedia & PDF you might find this helpful
    Video and Audio file formats supported in Acrobat 9 and Adobe Reader 9
    http://kb2.adobe.com/cps/405/kb405848.html
    Be well...

Maybe you are looking for

  • Should the fan in my MacBook Air be running when the computer is shut and asleep?

    Mine is, and this seems like a waste of battery life. I feel like the fan used to shut off when the computer was shut. But now, even when I close the MacBook, the fan still runs as fast as it did when the computer was open. Anyone know what the heck

  • My sister gave me her iPod and I want to change the name..is this possible?

    Right now the title on my iPod is my sister's name (Erin's iPod) and I want to change it so it says my name. Is it possible to do this? Any help would be great! Thanks!

  • Using files in procedures

    Hi all, I have a senario where a procedure should pick the files from say 4 folders, do some validations and load into a table. But the names of the files keep changing for each and every load. Can you help how to tackle this problem. thanks and rega

  • Can't resize dimensions of Radial Gradient.

    Hi all, I'm using the Adobe CS5 edition of Photoshop in Windows XP.  I'm now in the Gradient mode.  I've chosen the colour gradient I want, and now wish to insert the radial into a selection I've chosen with the Magic Wand tool.  Unfortunately the ra

  • SSO with Custom LDAP

    This is the landscape :- Web Application / Portal at Oracle Web Center Suite (WCS). SAP BO 4.0 Authentication using Custom LDAP & SSO with Trusted Authentication. Used OpenLDAP for authentication via RadiantOne VDS as the proxy. Activities : Authenti