You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Avian
Hello there :)
I can't really figure out how to embed the swt.jar into the Avian executable. I looked into the example projects but I couldn't find any code that does it.
Help is really appreciated.
ad...@tec.hn
unread,
Jun 30, 2016, 1:13:31 AM6/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Avian, svensc...@gmail.com
I believe you simply need to copy the contents of swt.jar together with your application classes to classpath.jar, as described in step 2 of embedding. You can use any archive tool for that (7Zip, WinZip, JDK's jar, etc.)
Joel Dice
unread,
Jun 30, 2016, 9:25:37 AM6/30/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Avian, svensc...@gmail.com
Hi,
Sorry for the late response. Have you looked at the avian-swt-examples repository? Specifically, https://github.com/ReadyTalk/avian-swt-examples/blob/master/app.mk, which includes rules for building an SWT example for a variety of platforms. That's what the examples on the website (https://readytalk.github.io/avian/#-xamples) are built with. Feel free to modify that project to replace the example app code with your application's code (including any libraries your app depends on).