Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

problems making a native osx bundle with 2.2.6-ea

982571Feb 17 2013 — edited Feb 24 2013
Anybody else having problems with making a native osx bundle with javafx 2.2.6-ea? I'm using the ant tasks for this, if I make my build with the latest release version of java I get a working os x app. But if I make the same build with the latest developer preview I get a bundle that doesn't start, either it just doesn't do anything, or I get the error that the main JavaFX class can't be found.

Comments

AshishHCM

Please check if the sample snippet helps you.

Cecilia-Oracle

Thank you so much Ashish for your quick reply. I am not familiar with fast formula, may I know the below "Heading" of the fast formula is correct and is there anything else that I have to defined in the beginning?

DEFAULT FOR START_DATE IS '4712/12/31 00:00:00' (date)

DEFAULT FOR END_DATE IS '4712/12/31 00:00:00' (date)

INPUTS ARE START_DATE (date), END_DATE (date)

Thank you very much.

AshishHCM

Hi,

You may have to define a lot more default statements, input variables and local variables too.

I would suggest refer some of the samples in Fast Formula guide or you can refer the attached file.

Hope this helps!

Kind Regards

Ashish

Cecilia-Oracle

Hi Ashish,

I will try if it works for me, thank you!

1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 24 2013
Added on Feb 17 2013
1 comment
84 views