Hello Thomas,
Right now Java 1.4 is only a backwards compatibility target.
This does
not in any way mean that you have to use SIP Communicator
with it. I am
personally using Java 1.6 to run and SIP Communicator. All
our izPack
installers (Windows, Generic Linux, and Generic Jar) are
also shipping
with the 1.6 JRE.
In other words - there's absolutely no need to downgrade.
As for felix, you could download the latest relase and
replace the one
we are using with it and it would probably work. Make sure u
keep the
file names as they currently are though, or otherwise you'd
have to also
modify config files.
Cheers
Emil
Thomas Hofer wrote:
> Yes, this could be the problem. I use Java 1.6.
> Is it planned for some time to switch on java 1.6 and
the latest
> felix-release, or should I downgrade my system?
However, it is the first
> problem I found with Java 1.6.
>
> Yours!
> Thomas
>
>> -----Ursprüngliche Nachricht-----
>> Von: Yana Stamcheva [mailto:yana sip-communicator.org]
>> Gesendet: Donnerstag, 23. August 2007 12:57
>> An: dev sip-communicator.dev.java.net
>> Betreff: Re: [sip-comm-dev] SystrayServiceJdicImpl
imports
>>
>> Hi Thomas,
>>
>> Nice catch!
>>
>> This appears to be a problem under java 1.6,
because the systray
>> classes
>> added in java 6, have the same names as the ones we
use with the JDIC
>> library.
>>
>> I've committed a fix and it should be ok now.
However I haven't used
>> the
>> imports you've sent, simply because our project
convention recommends
>> using only package imports, except in the cases,
where this is not
>> possible (as in our case here). So I just added two
explicit class
>> imports for the ambiguous classes.
>>
>> Thanks!
>> Yana
>>
>
>
------------------------------------------------------------
---------
> To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
> For additional commands, e-mail: dev-help sip-communicator.dev.java.net
>
>
------------------------------------------------------------
---------
To unsubscribe, e-mail: dev-unsubscribe sip-communicator.dev.java.net
For additional commands, e-mail: dev-help sip-communicator.dev.java.net
|