Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't run the application from OSX #1

Open
cowboyd opened this issue Mar 15, 2010 · 2 comments
Open

can't run the application from OSX #1

cowboyd opened this issue Mar 15, 2010 · 2 comments

Comments

@cowboyd
Copy link

cowboyd commented Mar 15, 2010

Checking out the source and invoking
ant run

from the command line results in this error:

legolas:ZenWriterFX cowboyd$ which javafxpackager
/usr/bin/javafxpackager
legolas:ZenWriterFX cowboyd$ ant run
Buildfile: build.xml

-pre-init:

-init-private:

-init-user:

-init-project:

-do-init:

-post-init:

-init-check:

init:

deps-jar:

-pre-compile:

-do-compile:

BUILD FAILED
/Users/cowboyd/Projects/ZenWriterFX/nbproject/build-impl.xml:143: Execute failed: java.io.IOException: Cannot run program "${platforms.default_fx_platform.fxhome}/bin/javafxpackager": error=2, No such file or directory

Total time: 0 seconds

@dickwall
Copy link
Owner

Hey there, can you check that your javafx SDK home/bin/javafxpackager is there and that the execute permissions are set on it please?

@cowboyd
Copy link
Author

cowboyd commented Mar 16, 2010

You betcha,

saruman:ZenWriterFX cowboyd$ which javafxpackager | xargs ls -l
lrwxr-xr-x 1 root wheel 73 Mar 15 22:55 /usr/bin/javafxpackager -> //Library/Frameworks/JavaFX.framework/Versions/Current/bin/javafxpackager
saruman:ZenWriterFX cowboyd$ javafxpackager -version
javafxpackager 1.2.3_b36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants