Search found 6 matches
- Fri Oct 12, 2007 10:20 am
- Forum: Growl
- Topic: growl and java
- Replies: 11
- Views: 6308
- Mon Sep 17, 2007 8:21 pm
- Forum: Growl
- Topic: growl and java
- Replies: 11
- Views: 6308
I have not much experience with JNI. But from what ive read it's some interface to some objective C file that holds the real growl methods. How does this work on non-mac systems? And how do I compile this C file? For me GPL is fine, but for a public binding a less restricted license would be better ...
- Sat Sep 15, 2007 7:14 am
- Forum: Growl
- Topic: growl and java
- Replies: 11
- Views: 6308
yeah i surely want to maintain the binding. I use the call to the runtime to actually execute the applescript. to my knowing there is no other way to execute applescript from a java..
If I add my method to the current binding I will try to conserve the method names and stuff, so far that's possible.
If I add my method to the current binding I will try to conserve the method names and stuff, so far that's possible.
- Fri Sep 14, 2007 10:35 pm
- Forum: Growl
- Topic: growl and java
- Replies: 11
- Views: 6308
- Fri Sep 14, 2007 6:56 pm
- Forum: Growl
- Topic: growl and java
- Replies: 11
- Views: 6308
- Fri Sep 14, 2007 11:10 am
- Forum: Growl
- Topic: growl and java
- Replies: 11
- Views: 6308
growl and java
I would like to use growl in my java app (see ted ) but the current java binding is useless because it uses Cocoa java and thus assumes extra datastructures that are not available on win/linux systems. Furthermore, cocoa java seems to be dead.. I would like to try to convert the current java binding...