Re: help me to solve this problem,binding a String object to a string
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Sun, 29 Jan 2006 15:31:21 GMT
On Sun, 29 Jan 2006 15:32:44 +0000, Thomas Hawtin
<usenet@xxxxxxxxxxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :
>
> -target 1.4 -source 1.4 -bootclasspath /usr/java/j2re1.4.2/lib/rt.jar
the catch is, Javac will happily let you use StringBuilder in -target
1.4 code. It does not know that it is a new class. That why you need
the -bootclasspath to restrict it to old classes.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.
- References:
- help me to solve this problem,binding a String object to a string
- From: preethamkumarrai
- Re: help me to solve this problem,binding a String object to a string
- From: Venky
- Re: help me to solve this problem,binding a String object to a string
- From: Thomas Hawtin
- help me to solve this problem,binding a String object to a string
- Prev by Date: Re: Applet/HTML interaction
- Next by Date: Re: help me to solve this problem,binding a String object to a string
- Previous by thread: Re: help me to solve this problem,binding a String object to a string
- Next by thread: Re: help me to solve this problem,binding a String object to a string
- Index(es):
Relevant Pages
|