You are not logged in.

#1 2010-02-03 11:39:07

action_owl
Member
From: WWW, The Internet 127.0.0.1
Registered: 2009-08-15
Posts: 73

Issues with processing on 64bit (java)

Anyone running processing (http://processing.org) on a 64bit machine?
I'm having some issues getting it running, works fine on my 32bit system though.

My error is:

./processing: line 100: /home/action-owl/dev/processing/processing-1.0.9/java/bin/java: No such file or directory

The file does exist, and it's executable, the processing forums have been a bit quiet lately.

Thanks

Offline

#2 2010-02-03 16:38:07

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: Issues with processing on 64bit (java)

Did you compile it yourself or use their binaries?  You may have to compile it yourself to get it to work.  I'm not entirely sure why, but some java programs don't work natively on 64-bit; Google Web Toolkit, for example.

Offline

#3 2010-02-04 12:31:41

action_owl
Member
From: WWW, The Internet 127.0.0.1
Registered: 2009-08-15
Posts: 73

Re: Issues with processing on 64bit (java)

I'm using their binaries which worked on Fedora 11 & 12 64bit

Offline

#4 2010-02-04 16:51:11

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 858
Website

Re: Issues with processing on 64bit (java)

Yeah but Fedora provides 32-bit compatibility libs; Arch doesn't.  Actually now that I look at the error, it seems processing is supplying it's own java VM, which is almost certainly a 32-bit executable.  If you change line 100 of that script to just execute "java", not whatever they're using (could be ./java/bin/java or something), it may work.

Offline

#5 2013-01-13 19:32:53

carlosgottberg
Member
Registered: 2013-01-13
Posts: 1

Re: Issues with processing on 64bit (java)

Today had this issue and solved it. Looking at /usr/bin/processing found out that you have to symlink /usr/bin/java to /usr/share/processing/java/bin/java smile.

Offline

#6 2013-01-13 23:46:47

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,772

Re: Issues with processing on 64bit (java)

Three years on, I would not expect a response.  Never-the-less, thanks for the feedback.   

I think this post is okay, just be aware of our policy


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#7 2014-11-29 12:26:05

thaemes
Member
Registered: 2014-09-30
Posts: 4

Re: Issues with processing on 64bit (java)

carlosgottberg wrote:

Looking at /usr/bin/processing found out that you have to symlink /usr/bin/java to /usr/share/processing/java/bin/java smile.

This doesn't seem to work for me, but maybe I'm doing it wrongly... Is this close to what you meant?:

 sudo ln -s /usr/bin/java /usr/share/processing/java/bin/java  

Offline

Board footer

Powered by FluxBB