"Henning P. Schmiedehausen" <[EMAIL PROTECTED]> writes:

Please forget that mail. I didn't have had a second cup of coffee at
some point and my brain was still in emergency mode. :-)

I now see what you are referring to. You are correct. 

        Best regards
                Henning



>Alexey Panchenko <[EMAIL PROTECTED]> writes:

>>Will Glass-Husain wrote:

>>> Did you actually have a compilation error?  This compiled fine with JDK 1.4
>>> in the past.  There's a constructor that takes a double.

>>When using java 1.4 to build 1.4 jar it works fine.

>>I want to use java 1.5 to build 1.4 jar, but get an error when class
>>is loaded by java 1.4, because 1.5 compiler (even with target=1.4)
>>calls "public BigDecimal(int val)", which is not available in 1.4.

>Hm. Strangely enough, there is no BigInteger(int val) C'tor in 1.5 either:

>BigInteger(byte[] val)
>BigInteger(int signum, byte[] magnitude)
>BigInteger(int bitLength, int certainty, Random rnd)
>BigInteger(int numBits, Random rnd)
>BigInteger(String val)
>BigInteger(String val, int radix)

>What JSDK are you using?

>       Best regards
>               Henning

>-- 
>Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
>[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

>RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
>   Linux, Java, perl, Solaris -- Consulting, Training, Development

>                     4 - 8 - 15 - 16 - 23 - 42

>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Dipl.-Inf. (Univ.) Henning P. Schmiedehausen          INTERMETA GmbH
[EMAIL PROTECTED]        +49 9131 50 654 0   http://www.intermeta.de/

RedHat Certified Engineer -- Jakarta Turbine Development  -- hero for hire
   Linux, Java, perl, Solaris -- Consulting, Training, Development

                      4 - 8 - 15 - 16 - 23 - 42

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to