Location of JavaHelpSearch folder?
Hi all,
I am trying to place my hs file in a different directory than the JavaHelpSearch folder (the folder contains the indexes to search my help html pages). However, my SearchView does not work unless I placed the hs file and the JavaHelpSearch in the same directory. Does anyone knows what is going on? The following is a section of my hs file to locate the JavaHelpSearch folder.
<view>
<name>Search</name>
<label>Search</label>
<type>javax.help.SearchView</type>
<data engine="com.sun.java.help.search.DefaultSearchEngine">
../help/JavaHelpSearch
</data>
</view>
Thanks in advance

