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

[720 byte] By [waimna] at [2007-9-26 7:51:44]
# 1

I didn't encounter any problem like yours using the following code:

<view>

<name>Search</name>

<label>Search</label>

<type>javax.help.SearchView</type>

<data>

../JavaHelpSearch

</data>

</view>

Charalampos

XAPHS at 2007-7-1 18:03:59 > top of Java-index,Desktop,Developing for the Desktop...