Question on JINI Spaces

Hi,
we made a application using JINI Spaces where we got a problem.
our application is kind Server/Client application and we have 2 versions of application.
our client looks for a SpaceEntry (Implementation of JINI Entry) in server when it connected to server.
both the versions of client has entry name same that is SpaceEntry but latest Client has more variables(class file changed)
by any chance if old version Client tries to connect to Server and later the if we try to connect new Client , we get an exception class mismatch of the SpaceEntry
it seems for the first time if Space is looked for an entry using its template , the template is getting registered at space, and when new client looks for same entry class mismatch exception occuring
i cant change my old client now as its freezed version
possible solutions may be
1) Preventing Space to be looked for old entries
OR
2) Erasing old entry look up tamplates once exception comes
any help?
Thanks
-R

Crossposted and answered. Locking.

Similar Messages

  • My emails are received with inexplicable question marks for spaces

    My emails are received with inexplicable question marks for spaces. This seems to only happen on some computers. Help!
    Mac Mini   Mac OS X (10.4.4)  

    I was looking over the help that you gave about the question marks in email responces, and wondered if you knew anything about fractions in the mail info.
    When I get mail on my power book, the information as to whom it from and date etc. is all fractions. This is also happening in my address book. I've tried changing fonts to see it that was the problem and it hasn't seemed to work. Any other ideas?

  • Questions about tabs, spaces and indenting

    I tried to find some information about this in the forum, but I didn't succeed (perhaps I failed at the search). My apologies if this a trivial topic, but as I'm in the learning process of programming (I started with Python and php myself, and Pascal at college) this is a new world to me.
    Yesterday I was editing a txt file in Vim, and I encounter a few issues trying to print it. That's when I learned that tabbing all the way thought to format some text maybe is not a good idea. Then a guy in #Vim directed me to use spaces instead of tabs for indenting and formating the text / programs that I write, as the tab indenting is -almost- only needed by makefiles. Also he showed me than in Python programming it is suggested to use spaces as well.
    I googled a bit and I found sites like this, with pros and cons about both styles. Also I found a Vim plugin (Smart Tabs) that at first sight seems quite nice, like it have the best of both worlds.
    So my question here is: what should I do? Choose one style and stick with it for ever? Choose according the language? Mix up both? Without any experience on this subject it's hard to know the right way, as it seems that both styles have (strong) advantages and disadvantages.
    Also, if is not too much no ask, what tab size should I work with? 8 seems a bit large, although seems to be pretty standard for some languages.
    Currently I've this on my .vimrc (the relevant part, of course):
    set tabstop=4
    set shiftwidth=4
    set softtabstop=4
    set expandtab
    set autoindent
    set smartindent
    Thanks in advance for any advice.

    Yes, I think to "choose one style and stick with it" is the most important thing.
    I always use two spaces to indent because I like the way it looks. Besides makefiles, I don't use any language that forces me to use either tabs or spaces, so that's not a problem.
    I really like this quote:
    Linus Torvalds wrote:If you need more than 3 levels of indentation, you're screwed anyway, and should fix your program.
    (from Wikiquote) After reading that, I don't think about indentation as much anymore.
    Sorry for my English. Feel free to point my errors.
    "Sorry for my English. Feel free to point out my errors." ^_^

  • Question On Disk Space

    Question: Will I need 46GB of free space for Logic 8?
    My available right now is only 23.33GB of space, but I do have an external hard drive (120GB) could I instal the program on the hard drive and plug it in to use it?
    Apple says you'll need:
    • 7GB to install all applications and required content
    • Additional 39GB to install all optional content (large content packages can be installed on separate disk):
    – 10GB for Jam Pack collections
    – 16GB for sound effects
    – 6GB for surround music beds
    – 7GB for other optional content

    Hello,
    I believe you have to install the program itself (7GB) on your main boot drive, but you do have options as to what and where you install the rest.
    You can pick and choose, I did not install surround, sound effects, and other optional content on my powerbook to save a lot of space. I do remember that I could have installed it on my external, but I did not want to bring that with me on my small mobile system.
    You will have to spend a little time looking through the content files to see if there is anything that you would use as you install. It is a simple check box drop down type of thing.
    Hope that helps.
    -delton

  • Q: How to properly shutdown part/all of VDI? and question about disk space

    Hi again. I was able to get the VDI to work, but yesterday I changed the ARC parameter both in the storage and the xvm server (not sure in which is needed to be changed) and restarted both machines, to my surprise, the templates and the cloned VM had disappeared, so I was wondering if there is a proper way to shut down parts or the whole VDI? is there a sequence? and, of course, how to then turn everything back online ...
    How to make things permanent or at least, to export them so one can then import them back after the reboot?
    I did not find this in the documentation, the vdi3.pdf, if it is somewhere else, plz provide me with the link.
    also...
    I was curious that I could not see the space being used in the storage server:
    root@australia:~# df -kl
    Filesystem 1K-blocks Used Available Use% Mounted on
    VDisksPool 202890010 19 202889991 1% /VDisks
    rpool 58603340 78 58603262 1% /rpool
    root@australia:~# ls -l /VDisks/
    total 0
    but acording to the VDI page, the storage is being used at 3%:
    Storage:
    Number of Storages: 1
    Total Capacity:200.32 GB
    Usage:3%
    how to check this? where is the space being used?
    thanks in advance
    -Oswaldo
    Edited by: Velithion on Jul 8, 2009 8:05 AM

    "kmdguy" <[email protected]> wrote in
    message
    news:gl852s$oif$[email protected]..
    > Hello there,
    >
    > I'm working on a simple FLEX app which uses the built-in
    PHP wizard to
    > connect
    > to a mySQL database. I'm building the app using MAMP and
    so far all of my
    > testing is working fine. I have it performing all kinds
    of CRUD
    > successfully,
    > etc.
    >
    > My question is how to properly go about moving all the
    necessary files to
    > my
    > off-site web host. Namely my mySQL database.
    If your database is the same version of mySQL on the MAMP as
    on the server,
    then you should be able to just export it from one and import
    it to the
    other. If not, you could try doing something similar to what
    I describe
    here:
    http://flexdiary.blogspot.com/2009/01/lazy-loading-tree-example-file-posted.html
    in the steps that start: "Download the rtf translation of the
    mySQL database
    table..." and "Open the classification.rtf you downloaded
    and..."
    > And will the auto-generated PHP
    > break now that it's not running on my localhost.
    I'm not sure, but I think you might wind up having to make
    some adjustments
    to it. For instance, is the user name and password identical
    on your server
    and your MAMP installation? If not, you'll have to edit some
    of the
    connection data.
    > I've tried to find a simple
    > step-by-step guide to migrating everything here to an
    off-site host but
    > couldn't find anything specific. Only how to create a
    simple release build
    > which works fine. I'd like to do some testing before I
    get any deeper to
    > confirm that I understand how to migrate all the files I
    need to my web
    > host.
    This may well be because the type of person who writes these
    guides is
    unlikely to be using the automatically generated scripts.
    HTH;
    Amy

  • Question about SSD space? And BootCamp?

    Ok, so I installed BootCamp a while ago because I wanted to have a Windows partition and to play games and such on my MacBook Air (2012). The game I wanted to play is relatively large; about 23 GB + or - a few gigs, and I knew that I should include some extra space in there for updates and other stuff. So, I put about 30GB on the partition. When I went on it, there was only like 10GB free!!! So, I kept increasing and increasing until now, I have a like 48.5 GB partition to hold a 23 GB game with only 7.3 GB free. So:
    1) Where did all of the rest of the storage space go?!
    2) I noticed I think 10 GB or so is in the "Windows" folder. Can I compress this? Will it damage/mess up the Windows Partition? I want to free up some space, but I don't want to break anything.
    3) Can I REMOVE a few gigs from the Windows partition, or do I have to start over? If I start over, will I have to redownload my game and all that?
    Section 2
    I have a 128 GB SSD MacBook Air. I thought that it would be plenty of room. However, I just got a new iPhone, and within a month and a half, I have taken over 2,100 pictures, which takes up numerous GB. So, if I want to back up my iPhone and iPod and all that, I will need a lot of space on my computer. However, I have a Windows partition taking up about 48.5 GB as I remember, so that's about 40% of the entire amount of space on my computer. So, I had a 72 GB portion or so on my Mac side. I thought that this would be enough, but I somehow only have like 28 GB left. If I keep taking pictures, want to back up things, get apps, etc., I would like to free up/add space. So:
    1) I know this sounds stupid (I thought I was good with computers and Apple technology, but I just wanted to make sure) ... but is there any way to permanantly add extra SSD space onto my Mac? Because there's the option to upgrade your Mac to like 256 GB which would be awesome, but as far as I know, this is only online, with the more expensive version of the 13" MacBook Air, and I don't know if you can do this with the computer already bought and installed and all that. So, is there any way to add space? Like not free up space, but ADD it?
    2) How does the whole Time Machine/ Pass port thing work? If I transferred 10 GB of stuff to Passport or whatever, (1st of all, is it a USB?) if I plugged it in to my computer, could I easily transfer stuff back and forth? Would it take a while?
         i) If I had a game on my computer, happened to have Passport or something, and transferred the files to Passport... (this will be a long question) once I plug in the Passport, could I launch the game? Or would I have to transfer the files back to the desktop...
           a) Basically, what I'm getting at is... If I had a game's files on Passport / Time Machine / whatever it is called, if I had it plugged in to my computer, would I have to transfer files to the computer to launch/play a game, or could I just play it by putting in thing..
    3) If there is a way to increase the space to 256 GB or so, how much would this cost? How long would it take?
    I am so sorry about all of my confusing questions, but I just want to ask a bunch at once so I can set things straight in my mind xD
    Please help! Thanks so much!

    OWC have SSD upgrades for an Air and you need more space, look here:

  • GREP Question:  Style em spaces that precede only certain triggers within a paragraph

    Hello,
    Up front:
    I do not know GREP well enough to begin to tackle this.  And as usual, I'm in a pinch!
    Also, if you're the visual type, just look at the second to the last paragraph at the bottom, and that may be enough to help you devise the GREP style.  Otherwise, bear with me, I have to think this through...
    I have a list that spans pages of events.  The events are formatted as follows:
    ☐Box City EventNameSpecific Month EndPara (this is a single paragraph in a story of a hundred such paragraphs)
    On paper, each event will need to be preceded with a filled specific-colored box (☐).  I would like this box to be made from a strikethrough applied to an em space using grep, since that is very easy to create using a character style and only requres one setting (the thickness of the strikethrough).
    There is a legend at the bottom of the page, detailing about 14 types of events.  Some of the different types of events will require the same colored box.  But in all I have 7 different colors of boxes in the legend.
    I'm looking to create...
    7 character styles, one for each color (consider this done already)
    1 paragraph style (essentially done, but missing the GREP)
    7 GREP styles (or more as necessary) specifically to apply only to the em space that precede specific sets of text strings
    If I need, or if it is simpler to create 14 GREP styles within the paragraph style, that's fine.  But I understand we may be able to do something like this... (Target phrase 1 | Target phrase 2 | Target phrase 3) in between parenthesis to identify multiple possible triggers within the same rule. 
    I'm fine whether it's 7 or 14 rules in there, I just want to be able to update them over the course of time as necessary - but it won't be for another season at least if I do.
    I don't know GREP well enough to piece together what I need.  Vaguely familiar with look aheads and look behinds.  I do understand it may be easier if the em space is in between other characters, so in my example below I've inserted hairspaces.  But ultimately I want the em space to be flush or nearly flush to the left of the frame.
    For my example below:
    I only want to apply character styles to em dashes based on the strings in bold.
    The strings of text that will trigger the GREP will vary in number of words and may or may not contain a dash.
    I want to ignore Citynames regardless of number of words... Chicago vs. San Francisco vs. Vancouver, BC for example.
    I want to ignore MonthofYear which appears after the second tab.
    The tabs will have set stops as a regular part of the paragraph style.  I'm including them in my example below in case it helps to visualize possible anchors to use in GREP.
    I want the style to be easy enough to modify, for example if I want to simply add an (EEEE New Eventname) to the list of possible options within a rule that triggers a specific character style.  See below should make it clearer.
    So here's what I'm thinking...
    Within the Paragraph Style, the first two examples of GREP Styles should be able to respond to the following criteria:
    Rule 1:  If the paragraph contains any of the following, then apply Char Style 1 to the em dashes in those paragraphs. Use a unique GREP expression for each phrase below where each uses Char Style 1 or use a single GREP expression to capture all three possible triggers:
    ABC BB Invitational
    ABC Xxxxxxxxxxxxxx
    ABC MM-Xxxxxxxxxxxxxxx
    Rule 2: If the paragraph contains any of the following, then apply Char Style 2 … and so on
    Global ABC Xxxxxxxxxxxxxxx
    Global WXYZ Xxxxxxxxxxxxxxx
    I cannot count on “ABC” or “Global” being the trigger for the style, if you know what I mean.  I need the entire phrase (ABC BB Invitational) to be the trigger… if it exist in its entirety, then apply the style to the preceding em dash in that paragraph.  This way if there are any mispellings or if we launch a new event type which ends up flowing in to my document I will know it.
    hairspace  emspace  tabspace CitynameOneWord ABC BB Invitational tabspace MonthofYear
    hairspace  emspace  tabspace  Cityname TwoWrds ABC BB Invitational tabspace MonthofYear
    hairspace  emspace  tabspace  Cityname MultiWrds ABC BB Invitational tabspace MonthofYear
    hairspace  emspace  tabspace  Cityname TwoWrds ABC MM-Xxxxxxxxxxxxxx tabspace MonthofYear
    hairspace  emspace  tabspace  Cityname MultiWrds ABC Xxxxxxxxxxxxxx tabspace MonthofYear
    hairspace  emspace  tabspace  Cityname TwoWrds Global ABC Xxxxxxxxxxxxxxx tabspace MonthofYear
    hairspace  emspace  tabspace  CitynameOneWord Global WXYZ Xxxxxxxxxxxxxxx tabspace MonthofYear
    hairspace  emspace  tabspace  CitynameOneWord Global Special Xxxxxxxxxxxxxxx tabspace MonthofYear
    hairspace emspace tabspace  CitynameOneWord Globl Special WRONG SPELLING  tabspace MonthofYear
    I hope this makes sense and isn't too unnecessarily redundant.  Time for bed.  Fingers crossed someone will post at least one GREP string, so I have some magic code for tomorrow morning!  Ideally, it would be great if you would include a brief explanation of waht the string is doing, but minimally, please do use one of my text stings above, so I know what to mess with and what not to.  ;-)
    <says prayer>
    Thanks!
    Rick

    Well, for a moment I thought I had an idea of how to do this with GREP styles, but I realized it wouldn't work, and I'm not sure it's possible unless you are able to make a separate style for every possible string between the em space and the trigger text. You want to use the lookahead because you want to find that text, but you don't want to select it or apply the style to it, but a lookahead can't handle the kind of variability on string length that you need to work based on just the bolded text at the end.
    It would actually be easier to use paragraph styles based on the bolded text that include a nested character style, I think. That could be handled by find change, but I think the best thing is probably to move this over to scripting.
    Rather than just move the discussion, though, I'm going to ask you to cross post so there are two threads on the chance that someone else who doens't visit scripting might have another idea for you here.
    Here's a link to scripting: InDesign Scripting

  • Question about using Spaces

    Is there a way to "send-current-window-to-window-#x" with regards to areas defined in Spaces? eg. I'm often in a window (like my VM of XP in Fusion, or whatever) and I want to send it to another area in Spaces. Is there a key command to do this?
    Also is there a way for an application (in this case a VMWare Fusion VM, or Safari, etc.) to default to a certain Space? Or does everything just automatically default to Space #1 and you have to manually arrange every time you boot?
    Thanks!

    There are several ways to move a window to another space.
    One way is to display all spaces: (default is F8 key). You will see all the windows in all the spaces. Just drag the window to the space you want.
    Another: Click on the title bar to move the window. While holding the window, switch spaces -- e.g., Command-Arrow. The window will go with you as you move around spaces. Drop it when you get where you want it.

  • Question About iPod Space

    I have an 8GB iPod Touch.
    It says I have only 7.27GB available. I assume that this is because of the applications etc. taking up space.
    There's the "Other" section. What exactly is the Other and how do I minimize the amount of space it takes up?

    You are correct the programs and settings take up some of the 8Gb and you can't actually use all 8Gb.
    I know there is a disclaimer about it somewhere and basically it says that the 8Gb claim is only an approximation and so on.
    The "Other" section is where things like the new apps would be stored.

  • Question: sRGB color space profile icm

    I am trying to convert a file to color space sRGB color space profile.icm. The profile is located in my library on my hard drive under recommended profiles but it does not appear in the drop down menu under edit/convert to profile. Any ideas about why? I have performed this task on my MAC  at my college but can't seem to do it on my MAC in my studio...

    LR converts them to the colorspace specified on the Export panel.  There are several choices, including sRGB.  You may need to expand various sections to see the option.

  • Odd Question - About CD Space & Waveburner. . .

    Hi.
    Ive posted this in the waveburner forum and had no reponse so i thought maybe someone in here would be able to help.
    My first problem was that Waveburner didnt accept files that were more than 2GB so i had to compress my file down using quicktime and get it into waveburner. I originally had a 2hr long DJ mix, which i cut down to about 65 mins. . .
    I then cut it into all its tracks and named it all. . .
    When it came to burning it said that there wasnt enough space on the CD. It then said (633MB Needed). . .
    Does this mean it needs 633MB more or it needs 633MB in total. . .
    I thought CDs were 700MB?
    Anyone that can shed any light on this would be really helping me out a lot!!!
    Cheers, B

    benjamingordon wrote:
    Hi.
    Ive posted this in the waveburner forum and had no reponse so i thought maybe someone in here would be able to help.
    My first problem was that Waveburner didnt accept files that were more than 2GB so i had to compress my file down using quicktime and get it into waveburner. I originally had a 2hr long DJ mix, which i cut down to about 65 mins. . .
    I then cut it into all its tracks and named it all. . .
    When it came to burning it said that there wasnt enough space on the CD. It then said (633MB Needed). . .
    Does this mean it needs 633MB more or it needs 633MB in total. . .
    I thought CDs were 700MB?
    Anyone that can shed any light on this would be really helping me out a lot!!!
    Cheers, B
    Hi,
    You compressed in Quicktime? What exactly did you do? take a large file and squish it into a smaller-size type of file? Like an mp3?
    A 2 hour DJ mix is a 2 hour DJ mix. what did Quicktime get rid of to make it 63 minutes? That's weird... it does not make any sense to me. you just let Quicktime edit out parts of your mix so it ended up at 63 minutes? Unattended?
    But then you state you "cut it into all its tracks and named it all"... so you edited it into individual songs, which TOTAL how much time? 2 hours, or 63 minutes?
    From the "error" message you got, i think you still have 2 hours of material, in which case I recommend you only do ONE CUT, and have less than 80 minutes of the first part one CD 1, and the rest on CD 2.
    It will all together NEVER FIT ON ONE CD. EVER.
    Cheers

  • Question Re: Disk Space Utilization after Updates

    After updating to 10.5.3 this weekend I began to wonder about something. The download was a bit over 500 MB... during the actual install a prompt appears stating this would occupy approximately 1.6 GB ( not MB ) of disk space.
    Do updates actually take up ( in this instance ) an ADDITIONAL 1.6 GB of disk space on top of whatever amount of space the original program/application occupies on the hard drive?
    Thanks !
    Chuck :- )

    Do updates actually take up ( in this instance ) an ADDITIONAL 1.6 GB of disk space on top of whatever amount of space the original program/application occupies on the hard drive?
    No. You need 1.6GB available for temporary and duplicate files which are deleted after the installation is complete.
    (32620)

  • P2V question concerning drive space

    When running the p2v conversion, how is the virtual disk sizing determined?
    For instance, if I have one drive (/dev/sda) with 200G of space but only 20G used will the virtual disk size be 20G or 200G?
    There is nothing in the P2V conversion that asks for disk size...

    From the plethora of responses...
    Right or wrong, I've answered this myself by attempting to use the P2V utility.
    It seems that it will create the VM the size of your physical disks. I see no way to stop it.
    If you have 1TB of space on a physical machine but have only 10GB of space used, I see no way to tell it that you only want 20GB of disk space on the VM it creates...
    So, the P2V utility, at least in my case, is rendered useless.

  • Ask another question about JIN and C/C++

    Using JNI on Solaris, is there any differences to build a shared library compiled from C code or C++ code?

    Huh?
    If you create a C/C++ file and use jni.h and use the method signatures from javah then either file will work. Depending on various factors, like the file extension, then you might have to specify different command line options to get the file to build.
    A C++ file could have templates would add additional problematic concerns.
    If you are talking about a C/C++ object files/shared libraries in general then there are conceptual differences (like mangled names) but no actual differences (mangled name is a legitimate C ident.)

  • White space handling dbms_xmlstore.insertxml

    Hi,
    I have a question about white space handling.
    I have a column in table which holds white space character.
    When I loading xml file using dbms_xmlstore.insertxml white space is converted into NULL and inserted into table.
    It would fail if the column type is not null.
    How do I handle it?
    ======================================================
    Alternatively, how do I insert a tag with only whitespace in it into a table?
    <Tag> </Tag> [One whitespace]
    To elaborate the question
    If I have following data in xml file ...
    =============================================
    <Rowset>
    <Row>
    <Tag1> </Tag1>
    <Tag2>1</Tag1>
    </Row>
    </Rowset>
    I have to load this data into
    table tab1...
    create table tab1 (tag1 varchar2(5), tag2 number);
    How do I achieve it using dbms_xmlstore so that I can read the whitespace in XML and load it correctly into the table?
    ========================================================================
    To use an alternate approach, I also tried the following.....
    I tried the following test program on the xml file also shown below....
    XML File is
    <?xml version="1.0"?>
    <ROWSET>
    <ROW>
    <SYS_NAME> a </SYS_NAME>
    <SYS_SERIAL_NUM>000000</SYS_SERIAL_NUM>
    </ROW>
    </ROWSET>
    And small procedure is
    create or replace procedure PRO_TEST
    as
    o_sys_name varchar(10);
    spacetag varchar2(10) := ' ';
    begin
    --execute immediate 'create global temporary table gt_xmltype_tab1 (xmlfile1 xmltype)';
    insert into gt_xmltype_tab(xmlfile1)
    values(XMLType(bfilename('RESTOREDIR','ADTL_SETUP_OPTIONS.xml'),nls_charset_id('AL32UTF8')));
    select extractvalue (value(x), '/ROW/SYS_NAME')
    into o_sys_name
    from gt_xmltype_tab gt, TABLE(XMLSequence(extract(gt.xmlfile1, '/ROWSET/ROW'))) x;
    dbms_output.put_line('[' || o_sys_name || ']');
    dbms_output.put_line('ASCII:- ' || ascii(o_sys_name));
    if o_sys_name = ' ' then
    --if o_sys_name = chr(32) then
    dbms_output.put_line('I found space');
    else
    dbms_output.put_line('I found no space');
    end if;
    commit;
    end;
    When Tag is <sys_nam> </sys_name> I get [] in the output(empty).
    When Tag is <sys_nam> a</sys_name> I get [ a] in the output(space and a).
    When Tag is <sys_nam> a </sys_name> I get [ a ] in the output(space a space).
    When I has some character along with the whitespace, behaviour is correct and as expected.
    But when the tag contains only whitespace the output is empty.
    I cant seem to get around this problem.
    Upon receiving empty string, other sub systems which are reading the data stop working.
    Can someone help here?
    Edited by: userAtoZ on May 14, 2011 2:57 PM

    White space handling dbms_xmlstore.insertxmlYou may replace all whitespaces with its corresponding html entity:
    SQL> create table test (v varchar2 (5))
    Table created.
    SQL> declare
      ctx   sys.dbms_xmlstore.ctxtype := dbms_xmlstore.newcontext ('test');
      doc   xmltype := xmltype(replace('<ROW><V> </V></ROW>',' ', '&#38;#32;'));
      ret   int;
    begin
      ret := dbms_xmlstore.insertxml (ctx, doc);
      dbms_xmlstore.closecontext (ctx);
    end;
    PL/SQL procedure successfully completed.
    SQL> select v, length (v), ascii(v) from test
    V             LENGTH(V)        ASCII(V)
                          1              32
    1 row selected.

Maybe you are looking for

  • Acrobat  adobe  pdf  does  not  show  up  canon  scanner  using

    Hi-I have just installed adobe acrobat pro 6-the problem is i want to scan in some documents and turn them into PDF's but my adobe acrobat does not realise or show that i have a scanner (canon 5000F).I have contacted canon-and they suggested i downlo

  • Is it O.K to use multiple O2 SIM's?

    Hello there - On Monday I get my iPhone, it will come with a new number. I currently have a couple of months left on my current contract, and want to keep that number. O2 have switched the price plan on the current phone that I'm using to an iPhone t

  • Problems with Ant when using JDK1.4

    Hi, I am currently trying to convince JDeveloper (9.0.3.10.35) to use jdk1.4 for building and executing my project. Now, using the IDE for building and execution everything seems to work fine after switching to the new J2SE Version in the project set

  • Trying to get an apple id and i am not recieving emails

    trying to get apple id and am not recieving emals

  • Elements 11 for MAC

    My order AD006219496 was to be for MAC, but I received a Windows program.  How can I get a MAC program?