<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to feature-requests</title><link href="https://sourceforge.net/p/solve/feature-requests/" rel="alternate"/><link href="https://sourceforge.net/p/solve/feature-requests/feed.atom" rel="self"/><id>https://sourceforge.net/p/solve/feature-requests/</id><updated>2010-10-17T16:33:33Z</updated><subtitle>Recent changes to feature-requests</subtitle><entry><title>Linux Version</title><link href="https://sourceforge.net/p/solve/feature-requests/1/" rel="alternate"/><published>2010-10-17T16:33:33Z</published><updated>2010-10-17T16:33:33Z</updated><author><name>Klaue</name><uri>https://sourceforge.net/u/userid-1334930/</uri></author><id>https://sourceforge.net4e1ad9fcea908702a8f5de14a7bcc124caff32a8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;You should add a linux version.&lt;br /&gt;
I was able to run it using the jface.jar from windows and solve.jar and using the swt.jar from &lt;a href="http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-x86.zip" rel="nofollow"&gt;http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.6.1-201009090800/swt-3.6.1-gtk-linux-x86.zip&lt;/a&gt;&lt;br /&gt;
In your ant file, just add something to copy that linux swt.jar together with the other two jars you build anyway and add a file called run.sh which contains:&lt;br /&gt;
java -cp jface.jar:swt.jar:solve.jar -jar solve.jar&lt;br /&gt;
and all is well. (might want to set the .sh as executable, but I diddn't use ant for a long time, so I don't remember if that's possible)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>