HostApp and Applet in the same project space?!

Hello,
I am using EclipseJCDE for the Applet side and jCardSim for the host application side.
I wonder if I setup 2 packages, one for each side.
As you know, I can't include Java SE (jre7) for the Applet.
When I encompass both applications in one project space, the host application side cannot find certain standard functions
But when I separate them into 2 project spaces, how do I make them talk?
Thanks
Jack
Edited by: 933351 on 2012/12/29 上午 12:47
Edited by: 933351 on 2012/12/29 上午 12:48

Hello,
I managed to get it work. But how come jCardSim returns a responseADPU with a '?'(-128) at the beginning.
Can I get rid of that? or is it supposed to be there?
Thanks
Jack

Similar Messages

  • What's the fastest way to edit SD and HD in the same project?

    Hi,
    I'm running the latest version of FCP2 on the latest OS and I have dailies in both SD and HD that need to be cut into the same project. The HDV dailies are 1080p 23.98. We will be finishing in HD but that doesn't concern me because we're finishing this on a Flame. I have worked in SD and I've worked with HDV but always separately, never in the same project. I know that Apple ProRes settings are supposed to allow you to work in both in one project, however, I don't want to have to render every 5 seconds. Does that happen? OR will it allow me to play a cut straight down with no errors with both SD and HD footage in the same sequence?

    I am going to kindly ask that you ignore what David is saying. The information he has given you to this point is incorrect.
    You can capture HDV as SD. The camera or deck you are using will have an option to output the footage as DV. Mind you DV doesn't look as good as HD, and if your intent is an HD master, this would not be the way to go. Capture HDV as HDV...or heck, you can even capture it as ProRes via firewire:
    http://library.creativecow.net/articles/poisson_chris/hdv-prores.php
    Just changing the settings to PRORES doesn't mean that you can now edit everything together. ProREs is a codec, just like DV and HDV. You can have your timeline set up to render HDV AS ProRes, but not sure what that does when you mix in SD on the same timeline.
    Anyway, FCP is perfectly capable of mixing formats without rendering if you are running FCP 6. You will need faster drives for this than the normal firewire 400. And with HDV, you would be wise to use an Intel Mac, as HDV requires a bit of processing power. While I have been able to mix formats with my G5, I get a bright green render bar as opposed to a dark green bar on my MacPro.
    OK, David did give one piece of true advice. You would be better off converting SD to HD before you edit. Or at least after you have locked picture (so you don't have to convert TOO much). Compressor does a really good job, and if you are capturing your HDV as ProRes, then upconverting the SD to ProREs will look fine. SD as HDV...ugh, I don't want to think about that.
    Mind you, ProREs requires raided drives. DV is 3.6MB/s, and ProRes standard is 15MB/s...4 times that of DV. A raided FW800 drive like the G-Raid would be the lowest you could go, but I wouldn't count much on mixing formats with that. either an internal RAID (MacPro) or external eSATA Raid or mini SAS would be better. I like the CalDigit S2VR Duos...and this great desktop drive from MaxxDigital. SOnnet has good models...
    Shane

  • Web service and servlets in the same project...web.xml?

    Hello, I have a problem with my web service.
    I have a server, which displays a web service. I programmed this service with JAXRPC.
    I have a client, in another directory. I succeded in compiling, deploying and running the web service.
    The problem is that after I tried to integrate this service in an existing project. This project contains servlets. In these servlets, I'm using sessions.
    These servlets are on the same side as the server of the web service. Because of the implementation of my code, I'd like to use in the class that represents the server of the service, the same session as the one I'm using in the servlets.
    But of course, it's not working by itself. I know there's something to do with the web.xml files.
    The thing is that I created a web.xml file for the service, and another for the servlets.
    I was thinking of joining both of them in one xml file, but everything crashes then...
    Could someone tell me how to create a project with a web service and servlets, and mostly how to configure the xml file??
    Thanks for any help
    Philippe

    Hello, I have a problem with my web service.
    I have a server, which displays a web service. I programmed this service with JAXRPC.
    I have a client, in another directory. I succeded in compiling, deploying and running the web service.
    The problem is that after I tried to integrate this service in an existing project. This project contains servlets. In these servlets, I'm using sessions.
    These servlets are on the same side as the server of the web service. Because of the implementation of my code, I'd like to use in the class that represents the server of the service, the same session as the one I'm using in the servlets.
    But of course, it's not working by itself. I know there's something to do with the web.xml files.
    The thing is that I created a web.xml file for the service, and another for the servlets.
    I was thinking of joining both of them in one xml file, but everything crashes then...
    Could someone tell me how to create a project with a web service and servlets, and mostly how to configure the xml file??
    Thanks for any help
    Philippe

  • 1. Working with DV and HDV in the same project     2. importing music error

    1. I am working on a project that was shot with both HD and DV footage. What is the best way to work with both types of files on the same time line so that I can compress them to DV format video?
    2. Also, I am having a problem importing music files into Premier. The error message pops up and says that it has an error compiling movie.I am not sure what setting i need to change to get this to work. I am working with MP3 files like I have done with past projects but nothing seems to work. Please help.

    i "I have never worked with with soundbooth but i changed the file type to WAV but had to use IMA ADPCM for the Audio options because I could not save the uncompressed type."
    Ellis,
    How did you "change" the MP3 - what program did you use? You might want to explore Soundbooth, as Aanarav suggests. It works well with PP & Encore.
    [EDIT] I use Audition, but think Soundbooth would be a good choice, as it is bundled in the Production Studio CS3.
    Many folk have problems with MP3 files, for whatever reason. You should be able to convert to PCM WAV from any number of good conversion programs.
    I use a fair number of MP3's in PP and have never had any trouble. Some others have never been so lucky.
    Hunt

  • Communication between JApplet and Applet on the same web page

    Hi Freinds
    I have a JSP page containing two applets as follows :-
    <jsp:plugin type="applet" code="TreePageJavaClass.class" codebase="/MYOA" width="200" height="300" name="Applet1">
    </jsp:plugin>
    <jsp:plugin type="applet" code="TreePageJavaClass2.class" codebase="/MYOA" name="Applet2" width="200" height="300">
    </jsp:plugin>
    First applet extends JApplet class and has a tree constructed using swing.
    Second applet extends Applet class.
    Now I want to call a method in second applet on selecting a particular tree node on first applet. I can call method on second applet from first applet when both extends Applet class (not JApplet)
    So please tell me what's the problem here and how it can be solved.
    Thanks

    There is a Middle Eastern version of Adobe Dreamweaver CS4-ME, with full support
    of Hebrew, Arabic, Farsi and other languages,
    see http://www.fontworld.com/me/dreamweaverme.html

  • Can an editor and I work on the same project, at the same time in PPCC?

    I'm trying to figure out if two people can edit a project in live time... I'm currently struggling with the 20gb cloud limit for my projects and I think I'm just going to bring an in house editor into the mix. 
    Can he and I edit the same project from a NAS drive?
    ---Trav

    As far as I know, "regular" Premiere Pro does not have any provision for the kind of file locking/unlocking required for 2 people to edit the same project... so if YOU save an edit and your other person saves after you, your edit is going to be overwritten and lost
    Solution for networks...
    Adobe Anywhere http://www.adobe.com/products/adobeanywhere.html
    http://www.creativeimpatience.com/adobe-anywhere-enterprise-solution/

  • HD 1080i  and  HD 1080p on the same project????

    Hello everyone.
    I am running with Finalcust 6. I need to buy a new camera. I do have the Canon HV30. Can I import in the same project footage with the format HD1080i  and  HD 1080p from different cameras?
    I dont know if I need to buy this camera:
    http://www.bhphotovideo.com/c/product/581316-REG/Sony_HDRFX1000_HDR_FX1000_Handy cam_HDV_Camcorder.html
    Or this:
    http://www.bhphotovideo.com/c/product/518555-REG/Sony_HVRHD1000U_HVR_HD1000U_Dig ital_High_Definition.html
    I am really happy with my HV30 results. And I am afraid to have some problem to work with 2 differents types. And if I can work with 1080i and 1080p in the same project, what will be the results?
    Thanks alot
    Fabricio Giugni

    Avoid mixing them if you can. If you do have both edit in 1080i to maintain the resolution of that media. Anything that's 1080p and needs to be rendered will become interlaced.

  • Entity Framework - Code First - Migration - How to access SQL Server and Oracle using the same context?

    Hello,
    I use Entity Framework code first approach.
    My project is working fine with SQL Server. But, I want to access Oracle too. I want to switch SQL Server and Oracle in run time.
    I am able to access Oracle using "Oracle.ManagedDataAccess.EntityFramework.dl" in a new project.
    But, Is this possible to access SQL Server and Oracle in the same project.
    Thanks,
    Murugan

    This should be possible with a Code-First workflow.  In Code-First the database mapping layer is generated at runtime.
    David
    David http://blogs.msdn.com/b/dbrowne/

  • How to work on the same project on two machines at the same time and also exchange progress seamlessly using Adobe Premiere Pro CC 2014?

    We are working on a film project on Adobe Premiere Pro CC 2014. Two editors are working on the same film project (same pproj file ) on two machines. As a result the bin structure and the file structure is exactly the same. We even bought two licenses for the respective machines to make matters simple (at least we thought it would).
    Now when we share a sequence between the two machines, every time we have to import and re-link media. Also each sequence import comes with its own set of files, which are actually already present in the project. Basically the new sequences are looking to re-link the media to the original/ source files only and are completely ignoring the file structure present in the project.
    In all editing softwares, timeline/ sequence sharing is a very common practise when working on multiple machines. Why is it so tedious in CC 2014? Every time we share a sequence between the two machines the media gets doubled and tripled in the project. As a result the project file size is increasing perpetually. Already Premiere CC 2014 is extremely laggy and slow, and this stupid bug is making it more difficult for us to finish our work on time.
    Has anybody ever faced this issue? How do we solve it? We are willing to try out any workflow that you can suggest.

    Concurrently working on the same project it requires a specific implementation in all editing programs like Avid's Unity/ ISIS shared storage. That's what you are simply not considering. none of your issues would be any problem if your projects resided on a commonly accessed server or something like that. Check respective hardware solutions.
    Mylenium

  • Can you switch back between CS5 and CS5.5 with the same project with Premiere??

    Hey all,
    I just got CS5.5 for Mac (Lion) and was wondering if i am able to save a project and open it with CS5 Premiere because I work with one other editor who has CS5. I have tested saving a project in CS5.5 and opening it in CS5 but it says that it needs to convert first but then it seems to work fine. So basically, is there workflow good between the 2? Any known issues or anything else i should know about when switching back and forth?
    Also, I have the student edition of CS5.5 and was wondering how many times can I install it? I plan on buying a new computer in a few months from now but currently have 2 and was wondering if i should install it on both my current computers and then deactivate one and install it on my new computer in the future? Or is there a limit and that will not work?
    Thanks!!

    Because it has to create a new "version" of your project every time you go back and forth, you'll end up with umpteen versions if you go back and forth every time which could become a nightmare for you... And because it creates new "versions" every time, you're far more likely to end up with a corrupted file at some point... I'd stay away of going back and forth between versions...
    As an aside, does anyone know if you can go back and forth between the same version (CS5.5) on different platforms (Mac/PC)? I may need to start doing that soon at work, and I've never tried...

  • How do I set two different beat measures in the same project, e.g. 2/4 and 3/4?

    How do I set two different beat measures in the same project, e.g. 2/4 and 3/4?

    mpcsouza wrote:
    How do I set two different beat measures in the same project, e.g. 2/4 and 3/4?
    you can't, GB is restricted to a single time signature per project
    however, the time sig is really more cosmetic, it doesn't affect the way the project plays back, so you could set the project to 2/4 when working on the 2/4 parts, and 3/4 when working on the 3/4 parts

  • I would like to import two different cf cards from two different cameras into the same project/folder and have them be in order of the times they were taken, is there a trick?

    I would like to import two different cf cards from two different cameras into the same project/folder and have them be in the order of the times they were taken, any ideas on how to do this?

    Just import them normally and sort the project by date. They will fall into place. If you tried this and it isn;t happening then make sure the data and times on the two cameras are identical and make sure you are sorting by date and time and nothing else.

  • I would like to save footage to a hard drive and stiill be able ot edit the footage. I would like to reuse the cards on the  same project. Is this a sensible option. Camera JVC  GY-HM100

    Hello I wonder if anyone would be able to help.
    I have a JVC GY-HM100. I have footage from a ongoing project saved on SDHC cards. I want to save money by reusing the cards while i carry on working on the same project.  I wondered if I could save the footage from the SDHC card too a hard drive ; delete the footage from the cards and reuse them. would i still be able to edit the footage stored on the hard drive alongside the footage which will be imported straight from the camera..  I have heard that this camera works well with final cut pro but if the info is saved to a hard drive first and subsequent footage is straight from the camra and SDHC cards will it work or is it a false economy to reuse the cards.
    Hope that makes sense
    Lindabob

    "I wondered if I could save the footage from the SDHC card too a hard drive"
    Yes.
    "delete the footage from the cards and reuse them."
    Yes.
    "would i still be able to edit the footage stored on the hard drive alongside the footage which will be imported straight from the camera.."
    What program are you using to edit? If Final Cut Pro there is an entire forum with FCP experts who can guide you:
    https://discussions.apple.com/community/professional_applications/final_cut_pro_ x

  • Encoding as Bluray and Standard DVD on the same project?

    If I have a project in HD and want to make additional DVDs with standard DVD , can i use the same project?  I dont want to have to remake all the menus and links.
    Thanks,
    John Q. 

    I'll add a fairly ignorant reply, as I've only done 3 projects in Encore. But it seems one of the magnificent things about the program is that You can export the project to 3 different formats: BluRay, DVD, and Flash.
    I've intially set up the projects in BluRay to have the maximum quality to start, then when ready to burn cllick File --> Build and you get the 3 choices.
    That choice is not permanent, you still have the 3 options the next time you want to do an export.
    JAF

  • Are "working copies", "project files" and "editing files" the same thing?

    Hello.
    I have just joined the Adobe Forums as a newbie starting right at the bottom. I am still unfamiliar with the terms "working copies", "project files" and "editing files".
    I wonder if someone will help me to know the difference between these terms.
    I have just started the Dreamweaver tutorial, "Creating your first website, Part 1: Set up your site and project files" (http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.htm).
    The tutorial read, "You've now defined a local site folder for the Check Magazine site. This is where you keep the working copies of web pages on your local computer.".
    Are "working copies", "project files" and "editing files" the same thing?

    Murray *ACP* wrote:
    Why would the raid level make any difference at all?  My data files are all stored on a RAID 4 system and seems to do pretty well.
    Murray *ACP*,
    If I may elaborate on this,
    being completely new to Dreamweaver, my reason for having wondered whether it would be a good idea or a bad idea to have these files on disks that are in RAID 0, was because the term project files in the Dreamweaver Tutorial had me thinking of Premiere Pro project files and the performance increase working with such project files in a RAID 0 setup, which (provided there is backup) is especially beneficial if you have large or complex projects, long time-lines and a tight deadline,
    especially considering that as fill rates of disks go up, and as the number of disk activities on a disk go up, performance goes down, sometimes by 50%, and that the more tracks you have in your project, the more strain is put on your disk, and the more applications you have open, the more your pagefile is used, especially on systems with limited memory.
    Therefore, as RAID 0 offers the best performance increase over a single disk,  I immediately thought of the concept of project files related to Premiere Pro when I came across the term project files in the Dreamweaver Tutorial, being unfamiliar with the definition of project files in Dreamweaver world, hence my need to define project files related to Dreamweaver with reference to disk setup and file management.
    However, if I understand correctly, my conclusion is that RAID 0 is not necessary for Dreamweaver project files, since the local site is not disk intensive, unless you have a huge website to build ?
    Also, if I understand correctly, in website design, you want to minimize local files and use your hosting company to store and retrieve info from ?

Maybe you are looking for