X
PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 10 Jul 2008 07:36 AM by  anon
IDL-Java bridge problem
 1 Replies
Sort:
You are not authorized to post a reply.
Author Messages

anon



New Member


Posts:
New Member


--
10 Jul 2008 07:36 AM
    Whenever I changed the code in my Java class, IDL workbench seemed to remember the last .class file but not the newly built one. This forced me to exit the IDL workbench and restarted again each time I changed and rebuilt my Java class. Can they do better than this?

    Deleted User



    New Member


    Posts:
    New Member


    --
    10 Jul 2008 07:36 AM
    I'm doing concurrent IDL and Java development and I'm also seeing this problem, it wastes quite a lot of time and is very irritating. I'd hazard a guess that once Eclipse's class loader has loaded a class, it will check loaded classes first, find the version you built previously and never look for the newly rebuilt version. I have not found a workaround, I suspect it would require messing about with custom class loaders inside IDL/Eclipse itself but that is speculation :/ James
    You are not authorized to post a reply.