Hi Nate,

Why did you set JAVA_COMMAND=/library/java ? 
There is no such thing as /library/java on a Mac.

I recommend to install the latest version of Java (1.8.0_25) from here: 
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Then everything should work automatically. If it still does not work, you can 
try setting 
JAVA_COMMAND=/Library/Java/JavaVirtualMachines/jdk1.8.0_25.jdk/Contents/Home
But it should not be necessary.
Note that filenames are case-sensitive, so /library is a different thing from 
/Library.

Best,

Tomas


On Dec 24, 2014, at 5:31, Nathanael Sullivan <nsul...@lasierra.edu> wrote:

> Hi All,
> 
> I am trying to get MZmine  to work on a mac and running into issues getting 
> it to start. At first it said I needed Java installed even though it was. 
> 
> Here's what it said:
> 
> "Last login: Tue Dec 23 12:17:31 on ttys001
> d2s-MacBook-Pro:~ d2$ 
> /Users/d2/Desktop/MZmine-2.12/startMZmine_MacOSX.command ; exit;
> Checking physical memory size...
> Found 16384 MB memory
> Java heap size set to 8192 MB
> No Java runtime present, requesting install.
> logout
> 
> [Process completed]"
> 
> 
> Then I set JAVA_COMMAND=/library/java
> 
> 
> 
> Then I get:
> 
> "Last login: Tue Dec 23 12:27:38 on ttys000
> /Users/d2/Desktop/MZmine-2.12/startMZmine_MacOSX.command ; exit;
> d2s-MacBook-Pro:~ d2$ 
> /Users/d2/Desktop/MZmine-2.12/startMZmine_MacOSX.command ; exit;
> Checking physical memory size...
> Found 16384 MB memory
> Java heap size set to 8192 MB
> xargs: /library/java: Permission denied
> logout
> 
> [Process completed]"
> 
> I am running as administrator and it still gives me the same error. Is the 
> some way to grant permission? I am not a mac user so any help would be nice.
> 
> Thanks,
> 
> Nate
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming! The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. 
> http://goparallel.sourceforge.net_______________________________________________
> Mzmine-devel mailing list
> Mzmine-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mzmine-devel

===============================================
Tomas Pluskal
G0 Cell Unit, Okinawa Institute of Science and Technology Graduate University
1919-1 Tancha, Onna-son, Okinawa 904-0495, Japan
WWW: https://groups.oist.jp/g0
TEL: +81-98-966-8684
Fax: +81-98-966-2890


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Mzmine-devel mailing list
Mzmine-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mzmine-devel

Reply via email to