Search found 6 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 04 Mar 2012 23:32
- Forum: Installation
- Topic: Can't get 0.8 beta to run on Mac OS X 10.7.3
- Replies: 14
- Views: 19320
Re: Can't get 0.8 beta to run on Mac OS X 10.7.3
That should work, though it would be nice if the error message would be a bit more detailed (e.g. 'please make sure that '.../CurrentJDK' is a symbolic link that points to your current java installation), and is shown in the popup error window. Maybe a link to a FAQ entry in the error window ? Also,...
- 04 Mar 2012 21:45
- Forum: Installation
- Topic: Can't get 0.8 beta to run on Mac OS X 10.7.3
- Replies: 14
- Views: 19320
Re: Can't get 0.8 beta to run on Mac OS X 10.7.3
A quick test program showed that the libjogl_awt library is linked against /System/Library/Frameworks/JavaVM.framework/Libraries/libjawt.dylib, however that path is not created anymore with more recent apple jdk's. Creating it manually via sudo ln -s /Library/Java/JavaVirtualMachines/1.6.0_26-b03-38...
- 04 Mar 2012 21:21
- Forum: Installation
- Topic: Can't get 0.8 beta to run on Mac OS X 10.7.3
- Replies: 14
- Views: 19320
Re: Can't get 0.8 beta to run on Mac OS X 10.7.3
Fwiw, setting LD_LIBRARY_PATH or DYLD_LIBRARY_PATH, e.g. export LD_LIBRARY_PATH="/Applications/gephi.app/Contents/Resources/gephi/gephi/modules/lib/macosx-universal/" export DYLD_LIBRARY_PATH="/Applications/gephi.app/Contents/Resources/gephi/gephi/modules/lib/macosx-universal/" or passing java.libra...
- 04 Mar 2012 21:07
- Forum: Installation
- Topic: Can't get 0.8 beta to run on Mac OS X 10.7.3
- Replies: 14
- Views: 19320
Re: Can't get 0.8 beta to run on Mac OS X 10.7.3
Running this: /Applications/gephi.app/Contents/MacOS/gephi --jdkhome /Library/Java/JavaVirtualMachines/1.6.0_26-b03-383.jdk/Contents/Home using the gephi stable 0.8-beta build gives me ------------------------------------------------------------------------------- >Log Session: Sunday, March 4, 2012...
- 04 Mar 2012 20:18
- Forum: Installation
- Topic: Can't get 0.8 beta to run on Mac OS X 10.7.3
- Replies: 14
- Views: 19320
Re: Can't get 0.8 beta to run on Mac OS X 10.7.3
I only have PostgreSQL in there (for whatever reason):
$ ls /Library/Java/Extensions
postgresql-8.3-603.jdbc3.jar
and a
find /Library/Java/ -iname "*ogl*"
doesn't show anything either.
$ ls /Library/Java/Extensions
postgresql-8.3-603.jdbc3.jar
and a
find /Library/Java/ -iname "*ogl*"
doesn't show anything either.
- 04 Mar 2012 06:11
- Forum: Installation
- Topic: Can't get 0.8 beta to run on Mac OS X 10.7.3
- Replies: 14
- Views: 19320
Can't get 0.8 beta to run on Mac OS X 10.7.3
Hi, I'm trying to get Gephi 0.8 beta (downloaded today) running on my Mac (Lion, 10.7.3) and have no success with it: * 1.6.0_22-b04-307.jdk fails without any error or other message * 1.6.0_26-b03-383.jdk (my default jdk) fails with "Unable to load libjogl_awt.jnilib" * OpenJDK 1.7.0-u4-b13 fails wi...