 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
SPG Guest
|
Posted: Wed Jun 14, 2006 2:20 pm Post subject: Dynamic Help |
|
|
Hi,
The dynamic help is not reading the correct JAVADOC for the configured JDK.
I have configured for 1.4.2.11 JDK, but the help is looking at:
jar:file:C:/Borland/JBuilder2006/doc/j2mewtk_docs.jar
How can I change this?
Steve |
|
| Back to top |
|
 |
Kevin Dean [TeamB] Guest
|
Posted: Thu Jun 15, 2006 6:15 am Post subject: Re: Dynamic Help |
|
|
SPG wrote:
| Quote: | The dynamic help is not reading the correct JAVADOC for the configured JDK.
I have configured for 1.4.2.11 JDK, but the help is looking at:
jar:file:C:/Borland/JBuilder2006/doc/j2mewtk_docs.jar
How can I change this?
|
Tools | Configure | JDKs
Select the "Documentation" tab.
Remove the errant JAR file and add the correct documentation path.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html |
|
| Back to top |
|
 |
SPG Guest
|
Posted: Thu Jun 15, 2006 5:59 pm Post subject: Re: Dynamic Help |
|
|
"Kevin Dean [TeamB]" <NkOdSePaAnM (AT) datadevelopment (DOT) com> wrote in message
news:xn0enh6gebdjiq002-kdean (AT) www (DOT) teamb.com...
| Quote: | SPG wrote:
The dynamic help is not reading the correct JAVADOC for the configured
JDK.
I have configured for 1.4.2.11 JDK, but the help is looking at:
jar:file:C:/Borland/JBuilder2006/doc/j2mewtk_docs.jar
How can I change this?
Tools | Configure | JDKs
Select the "Documentation" tab.
Remove the errant JAR file and add the correct documentation path.
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
|
Not true...
My JDK is correctly configured.
Just double checked this and it is pointing directly at my JDK's DOC
directory.
Steve |
|
| Back to top |
|
 |
Bill Joy Guest
|
Posted: Fri Jun 16, 2006 8:12 am Post subject: Re: Dynamic Help |
|
|
JBuilder does not inherently know that a particular class is part of the
JDK. It is going to search for the Javadoc using all the project
documentation paths configured and return on first match.
My guess is that you added one of the J2ME libraries to your project and in
the course of scanning all the documentation paths of the project and
required libraries, the J2ME documentation provided the first match.
You could remove that library if you are not using it, or remove its
documentation paths.
I don't know how the search order is determined, but perhaps you can
configure the project documentation path (Project | Project Properties |
Paths | Documentation) to point at your JDK documentation (note that the
path is not just the jar but also the java/api directory within the jar)
and see if it looks there first during the search before the required
library and JDK library documentation paths.
"SPG" <steve.goodsell (AT) nospoo (DOT) blueyonder.co.uk> wrote in message
news:448fd4ef$1 (AT) newsgroups (DOT) borland.com...
| Quote: | Hi,
The dynamic help is not reading the correct JAVADOC for the configured
JDK.
I have configured for 1.4.2.11 JDK, but the help is looking at:
jar:file:C:/Borland/JBuilder2006/doc/j2mewtk_docs.jar
How can I change this?
Steve
|
|
|
| Back to top |
|
 |
SPG Guest
|
Posted: Fri Jun 16, 2006 1:41 pm Post subject: Re: Dynamic Help |
|
|
"Bill Joy" <wcjoy (AT) pacbell (DOT) net> wrote in message
news:44922957$1 (AT) newsgroups (DOT) borland.com...
| Quote: | JBuilder does not inherently know that a particular class is part of the
JDK. It is going to search for the Javadoc using all the project
documentation paths configured and return on first match.
My guess is that you added one of the J2ME libraries to your project and
in the course of scanning all the documentation paths of the project and
required libraries, the J2ME documentation provided the first match.
You could remove that library if you are not using it, or remove its
documentation paths.
I don't know how the search order is determined, but perhaps you can
configure the project documentation path (Project | Project Properties |
Paths | Documentation) to point at your JDK documentation (note that the
path is not just the jar but also the java/api directory within the jar)
and see if it looks there first during the search before the required
library and JDK library documentation paths.
"SPG" <steve.goodsell (AT) nospoo (DOT) blueyonder.co.uk> wrote in message
news:448fd4ef$1 (AT) newsgroups (DOT) borland.com...
Hi,
The dynamic help is not reading the correct JAVADOC for the configured
JDK.
I have configured for 1.4.2.11 JDK, but the help is looking at:
jar:file:C:/Borland/JBuilder2006/doc/j2mewtk_docs.jar
How can I change this?
Steve
|
Hi Bill,
I had a look at the library defs etc and could not find any obvious link to
the jar file, so I just renamed it and restarted JBuilder, not it is reading
from the correct jar file... It must be being told to load it from some
config somewhere but I cannot find it!
Steve |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|