hi;
when i open jdk help ibn jcreator i find "no documentation found".How to introduce java doc in the jcreator help??
thank you
Java Doc In Jcreator
Started by
kapac
, Mar 29 2005 04:56 AM
3 replies to this topic
#1
Posted 29 March 2005 - 04:56 AM
#2
Posted 29 March 2005 - 06:19 AM
First, download the documentation:
https://sdlcweb3d.sun.com/ECom/EComActionSe...7BD9F40A42A316F
then unzip it in a directory,
In JCreator, click 'Configure' > 'Options' > 'JDK Profiles'
select your JDK profile on the right and click 'edit'
click on the third tab ('Documentation') click Add and in the following fileOpenDialog select the directory where you have unzipped the documentation.
That should be all there is to it.
https://sdlcweb3d.sun.com/ECom/EComActionSe...7BD9F40A42A316F
then unzip it in a directory,
In JCreator, click 'Configure' > 'Options' > 'JDK Profiles'
select your JDK profile on the right and click 'edit'
click on the third tab ('Documentation') click Add and in the following fileOpenDialog select the directory where you have unzipped the documentation.
That should be all there is to it.
"Many are persistently in pursuit of the way they have chosen; few in pursuit of the goal"
#3
Posted 07 April 2005 - 03:11 PM
it's still doesn't work,i can't view JDK help,and i don't know what documentation for this problem.
#4
Posted 07 April 2005 - 04:20 PM
Install the Java Development Kit Api documentation
Version 1.4: http://www.javasoft.com/j2se/1.4.2/download.html (Bottom of the page)
Install the documentation in C:\j2sdk1.4.2\doc
Open the options window via the configure menu.
Select the JDK Profiles pane.
Edit the default item to open the Profile Settings dialog.
Select the documentation tab and check if the list includes the path to "C:\j2sdk1.4.2\doc" otherwise add the path.
Close the windows.
Version 1.4: http://www.javasoft.com/j2se/1.4.2/download.html (Bottom of the page)
Install the documentation in C:\j2sdk1.4.2\doc
Open the options window via the configure menu.
Select the JDK Profiles pane.
Edit the default item to open the Profile Settings dialog.
Select the documentation tab and check if the list includes the path to "C:\j2sdk1.4.2\doc" otherwise add the path.
Close the windows.











