[liblouis-liblouisxml] Re: BrailleZephyr project on github

  • From: Greg Kearney <gkearney@xxxxxxxxx>
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 5 Aug 2015 08:23:55 -0700

OK here is what I get on a Mac:

Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load SWT
library. Reasons:
no swt-gtk-4332 in java.library.path
no swt-gtk in java.library.path
Can't load library:
/Users/gkearney/.swt/lib/macosx/x86_64/libswt-gtk-4332.jnilib
Can't load library:
/Users/gkearney/.swt/lib/macosx/x86_64/libswt-gtk.jnilib

at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.<clinit>(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
at org.aph.braillezephyr.Main.main(Main.java:32)
:run FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':run'.

Process 'command
'/Library/Java/JavaVirtualMachines/jdk1.7.0_60.jdk/Contents/Home/bin/java''
finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.

BUILD FAILED

Total time: 10.789 secs
gkearney:BrailleZephyr-master gkearney$

Any ideas?


Commonwealth Braille & Talking Book Cooperative
Greg Kearney, General Manager
#320, 185-911 Yates Street
Victoria, BC V8V 4Y9
CANADA
Email: info@xxxxxxxxx

U.S. Address
21908 Almaden Av.
Cupertino, CA 95014
UNITED STATES
Email: gkearney@xxxxxxxxx




On Aug 5, 2015, at 6:21 AM, Michael Gray <mgray@xxxxxxx> wrote:

I apologize for not getting around to documentation as I do not have much
time to focus on BrallieZephyr. There is right now however not too much to
document.

The repo has a gradle wrapper that allows it to not require gradle to be
installed. Simply type ./gradlew on Linux and gradle.bat on Windows followed
by the task you want to do. You can run ./gradlew tasks for a complete list
of tasks. To run the application: ./gradlew run

To create fat jars that can execute for all platforms (in the ./build/libs
directory):
./gradlew allJars

These jars should execute by themselves provided the platform has java setup
on it properly.

I have been starting to use the free version of IntelliJ for this as it
handles gradle much better than Eclipse with either gradle plugin.

MRG
mgray@xxxxxxx

For a description of the software, to download it and links to
project pages go to http://liblouis.org

For a description of the software, to download it and links to
project pages go to http://liblouis.org

Other related posts: