<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with build mvnw]]></title><description><![CDATA[A list of topics that have been tagged with build mvnw]]></description><link>https://forum.mediathekview.de/tags/build mvnw</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 15:05:00 GMT</lastBuildDate><atom:link href="https://forum.mediathekview.de/tags/build mvnw.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[MV auf RaspberryPi bauen und starten]]></title><description><![CDATA[<p dir="auto">Hallo zusammen,</p>
<p dir="auto">ich möchte eine aktuelle Version für armhf auf dem RaspberryPi bauen. MV 14.0.0 wird erfolgreich gebaut und ins Maven Repo installiert, allerdings weiß ich nicht, wie ich MV nun starte.</p>
<p dir="auto">Folgende Schritte habe ich durchgeführt:</p>
<pre><code>cd ~/Downloads
git clone https://github.com/mediathekview/MediathekView.git
git checkout 14.0.0
cd MediathekView
source ~/.sdkman/bin/sdkman-init.sh
sdk use java 20.fx-librca
./mvnw clean install
</code></pre>
<p dir="auto">Ausgabe (gekürzt):</p>
<pre><code>[INFO] Installing /home/pi/Downloads/MediathekView/target/MediathekView.jar to /home/pi/.m2/repository/de/mediathekview/MediathekView/14.0.0/MediathekView-14.0.0.jar
[INFO] Installing /home/pi/Downloads/MediathekView/pom.xml to /home/pi/.m2/repository/de/mediathekview/MediathekView/14.0.0/MediathekView-14.0.0.pom
[INFO] Installing /home/pi/Downloads/MediathekView/target/MediathekView-sources.jar to /home/pi/.m2/repository/de/mediathekview/MediathekView/14.0.0/MediathekView-14.0.0-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:58 min
[INFO] Finished at: 2024-01-07T11:58:55+01:00
[INFO] ------------------------------------------------------------------------
</code></pre>
<p dir="auto">Versuch zu starten:</p>
<pre><code>java -jar /home/pi/.m2/repository/de/mediathekview/MediathekView/14.0.0/MediathekView-14.0.0.jar

kein Hauptmanifestattribut, in /home/pi/.m2/repository/de/mediathekview/MediathekView/14.0.0/MediathekView-14.0.0.jar
</code></pre>
<p dir="auto">Wie kann ich die gebaute .jar nun starten? Welchen Schritt habe ich vergessen?</p>
<p dir="auto">Weitere Frage: Welche Schritte wurden bei den experimentellen (leider relativ alten) Builds für armhf durchgeführt, um ein Debian Package (.deb) zu erzeugen?</p>
<p dir="auto">Grüße</p>
]]></description><link>https://forum.mediathekview.de/topic/5533/mv-auf-raspberrypi-bauen-und-starten</link><guid isPermaLink="true">https://forum.mediathekview.de/topic/5533/mv-auf-raspberrypi-bauen-und-starten</guid><dc:creator><![CDATA[dgottstein]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>