Re: Vesta and new Java update for Mac
2009-08-01 09:44:32 GMT
Sebastian Rahtz wrote: > > java -jar -d32 -XstartOnFirstThread > Vesta.app/Contents/Resources/Java/vesta.jar > > by hand works fine, as Arno noted some time ago. > But I can hardly recommend thatWell, it's good enough for me and easier than trying to figure out how to run the command line with scripts that are presumably buried somewhere deep in the innards of Vesta. A small modification to your command though, which should work on systems where Vesta.app is installed in the default location: java -jar -d32 -XstartOnFirstThread \ /Applications/Vesta.app/Contents/Resources/Java/vesta.jar and needless to say that this has to be all on one line. All the best, Christian -- -- Christian Wittern Institute for Research in Humanities, Kyoto University 47 Higashiogura-cho, Kitashirakawa, Sakyo-ku, Kyoto 606-8265, JAPAN
Well, it's good enough for me and easier than trying to figure out how to
run the command line with scripts that are presumably buried somewhere deep
in the innards of Vesta. A small modification to your command though, which
should work on systems where Vesta.app is installed in the default location:
java -jar -d32 -XstartOnFirstThread \
/Applications/Vesta.app/Contents/Resources/Java/vesta.jar
and needless to say that this has to be all on one line.
All the best,
Christian
RSS Feed