Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT] Eclipse und jar files
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Thu Dec 09, 2004 12:12 pm    Post subject: [OT] Eclipse und jar files Reply with quote

Hallo zusammen,

habe mir jetzt mal mein Java Prog in ein Jar-File exportiert. Hat auch alles wunderbar funktioniert.

Jetzt ist es ja blöd, das Programm ständig über die Befehlszeile mit:
java -jar blablabla.jar

zu starten. Gibt es da ne andere Möglichkeit, dies zu bewerkstelligen?

Und noch was...
Das passt jetzt vielleicht nicht hier hier:
Gibt es auch ne Möglichkeit für Windowsbenutzer, dieses Javaprogramm ohne die Befehlszeile zu starten. Like ".exe" ?? Java ist ja Plattformunabhängig. Programm funktioniert auch unter Windows. Nur die User sollen das nicht mit der Befehlszeile starten....

Wenn jemand ne Idee hat, dann nur her damit, ansonsten ists auch net schlimm

Gruß und danke schonmal
DeEJaY

mod edit: +[OT]
amne

_________________
Back to top
View user's profile Send private message
Nebu
n00b
n00b


Joined: 07 May 2004
Posts: 21
Location: localhost

PostPosted: Thu Dec 09, 2004 12:14 pm    Post subject: Reply with quote

ich würds mit ner batchdatei machen, ist das einfachste "wo gibt" ;)

Bekommste sicher hin oder?!!
_________________
root gentoo_nebu # cat /home/nebu/signature.conf

Es gibt zwei Dinge, die unendlich sind. Das Universum und die menschliche Dummheit, wobei ich mir beim Universum nicht so sicher bin. Zitat: Albert Einstein
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Thu Dec 09, 2004 12:16 pm    Post subject: Reply with quote

ja, daran habe ich auch gedacht... Ist doch aber nicht so die feine Art...
_________________
Back to top
View user's profile Send private message
Nebu
n00b
n00b


Joined: 07 May 2004
Posts: 21
Location: localhost

PostPosted: Thu Dec 09, 2004 12:22 pm    Post subject: Reply with quote

kannst dir natürlich auhc ne exe schreiben die das macht ;) kennst dich in c aus? ;)
_________________
root gentoo_nebu # cat /home/nebu/signature.conf

Es gibt zwei Dinge, die unendlich sind. Das Universum und die menschliche Dummheit, wobei ich mir beim Universum nicht so sicher bin. Zitat: Albert Einstein
Back to top
View user's profile Send private message
deejay
l33t
l33t


Joined: 24 Aug 2004
Posts: 983
Location: Hannover, Germany

PostPosted: Thu Dec 09, 2004 12:41 pm    Post subject: Reply with quote

jo... habe ich mal im ersten Semester irgendwann programmiert.... ;)
_________________
Back to top
View user's profile Send private message
derFrank
n00b
n00b


Joined: 01 Jan 2004
Posts: 71
Location: Cologne/Germany

PostPosted: Thu Dec 09, 2004 1:10 pm    Post subject: Reply with quote

Also wenn ich über Eclipse ein jar-File exportiere erstellt er mir automatisch eine kleines Startscript run.sh mit folgendem Inhalt:
Code:
#! /bin/sh
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
java -jar prog_name.jar
Back to top
View user's profile Send private message
psyqil
Advocate
Advocate


Joined: 26 May 2003
Posts: 2767

PostPosted: Thu Dec 09, 2004 3:01 pm    Post subject: Reply with quote

Schau' Dir doch mal "Kernel support for MISC binaries" & Wine an, sieht aus, als ließe sich das umstricken...

Edit: Aber natürlich! :D
/usr/src/linux/Documentation/java.txt wrote:
Linux beats them ALL! While all other OS's are TALKING about direct
support of Java Binaries in the OS, Linux is doing it!
Back to top
View user's profile Send private message
notte
n00b
n00b


Joined: 24 Oct 2002
Posts: 22
Location: Cologne / Germany

PostPosted: Thu Dec 09, 2004 3:16 pm    Post subject: Reply with quote

Für Windows gibts nen Wrapper namens JSmooth (--> google). Für Linux hab ich sowas noch nicht entdeckt.
Ansonsten gibts da noch den gcj, funzt allerdings nur für weniger komplexes!
_________________
--
if i was smart, i'd have a clever .sig
Back to top
View user's profile Send private message
schmutzfinger
Veteran
Veteran


Joined: 26 Oct 2003
Posts: 1287
Location: Dresden/Germany

PostPosted: Thu Dec 09, 2004 3:17 pm    Post subject: Reply with quote

Tatsächlich sind batch und shell scripte dafür die feine art, zumindest sieht man das meistens wenn man es mit java programmen zu tun bekommt. Windows sollte bei nem Doppelklick auf das ,jar genau das machen. Ich habe mir .jar in mein kde einfach mit eingetragen, wenn ich jetzt ein jar anklicke das startet das prog.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum