Skip to content
Snippets Groups Projects
Commit 48a0f4e3 authored by tjc's avatar tjc
Browse files

amend for ExternalProgram.startProgram() call to work with jars

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@3944 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 393dd0f2
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
* *
* $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/SearchResultViewer.java,v 1.2 2005-01-11 15:01:02 tjc Exp $ * $Header: //tmp/pathsoft/artemis/uk/ac/sanger/artemis/components/SearchResultViewer.java,v 1.3 2005-12-20 14:11:10 tjc Exp $
*/ */
package uk.ac.sanger.artemis.components; package uk.ac.sanger.artemis.components;
...@@ -40,7 +40,7 @@ import javax.swing.*; ...@@ -40,7 +40,7 @@ import javax.swing.*;
* ability to send the results to a netscape process. * ability to send the results to a netscape process.
* *
* @author Kim Rutherford <kmr@sanger.ac.uk> * @author Kim Rutherford <kmr@sanger.ac.uk>
* @version $Id: SearchResultViewer.java,v 1.2 2005-01-11 15:01:02 tjc Exp $ * @version $Id: SearchResultViewer.java,v 1.3 2005-12-20 14:11:10 tjc Exp $
**/ **/
public class SearchResultViewer extends FileViewer public class SearchResultViewer extends FileViewer
...@@ -112,7 +112,7 @@ public class SearchResultViewer extends FileViewer ...@@ -112,7 +112,7 @@ public class SearchResultViewer extends FileViewer
}; };
final Process process = final Process process =
ExternalProgram.startProgram("../etc/results_to_netscape", arguments); ExternalProgram.startProgram("results_to_netscape", arguments);
new ProcessWatcher(process, "results_to_netscape", false); new ProcessWatcher(process, "results_to_netscape", false);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment