LoginSignup
0
0

More than 5 years have passed since last update.

Adobe AIRでコマンドビルド時、java 64bitで起動

Last updated at Posted at 2015-02-23

Run command line builds on 64-bit platforms

Flash Builder runs on platforms that implement 32‑bit Java. To run a command line build on platforms that support 64‑bit Java (for example, Mac OS X Snow Leopard), add -d32 to the command-line options that are passed to Java. For example:

java -d32 ...

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0