0
votes
0answers
14 views
How to run java application bundled to .app on Mac OS X in 32 bit mode?
I have written a java application on win vista, it uses Bonjour and works fine. When I run it on Mac OS X 10.5.8 with all updates installed as a .jar file it runs perfectly too. Bu …
0
votes
0answers
7 views
OS X Services Bundle
I'm trying to build a standalone service for Snow Leopard. It builds just fine, it shows up in the services menu, but when I try to run it, the executable is not recognized (it rep …
3
votes
6answers
83 views
How to distribute native perl scripts without custom module overhead?
How can someone distribute native (non-"compiled/perl2exe/...") Perl scripts without forcing users to be aware of the custom (non-CPAN) modules that the scripts needs in order to r …
0
votes
1answer
6 views
New URLStreamHandlers in glassfish
I have a legacy application that I'm trying to port to Java EE. Presently this application calls URL.setURLStreamHandlerFactory() to register some custom URL protocol handlers. T …
0
votes
2answers
62 views
How to externalize a Spring MessageSources bundle outside the WAR
Hi,
I have to externalize the Spring MessageSources bundle for i18n support (properties files) outside the classpath in order to modify properties more easily. How can I do that ? …
1
vote
1answer
48 views
Bundle additional executables with py2exe
I have a python script that calls out to two Sysinternals tools (sigcheck and accesschk). Is there a way I can bundle these executables into a py2exe so that subprocess.Popen can s …
0
votes
2answers
47 views
OSGi: programmitically add imports to a bundle
How can I add packages to a bundle's import from within code? I need it since I use libraries which rely on reflection and require other packages and I don't want to need to manual …
0
votes
1answer
90 views
grails create a new resource bundle
Hi,
I'd like to create another resource bundle to organize my Grails app. Grails provides a 'messages' resource bundle and I need to create a 'myApp' resource bundle.
How can I c …
0
votes
1answer
99 views
iPhone: Change application Bundle files
hi all,
in my application bundle, there are a XML file. i want to change this XML with other XMl file which have same name (without open Xcode). so i want to ask that whether there …
0
votes
2answers
79 views
How to get classloader for a bundle in equinox?
How can I get the classloader for a osgi bundle in eclipse equinox setup.
Thanks,
Suraj
0
votes
1answer
22 views
Equinox Bundle import conflict
1) Bundle A reexports package com.X, which it gets from bundle C
2) Bundle B exports package com.X
3) Now bunlde D has dependency on both A and B.
From where will the bund …
0
votes
1answer
138 views
Application bundle Mac OS X Leopard
I had a working application bundle on Mac OS X Tiger. I was easily able to just replace the jar file and everything worked as i made changes. I take that app bundle now, and when i …
0
votes
2answers
99 views
How are objects defined in an XIB file and how are they created at runtime?
I've just purchased a Mac and am beginning to explore software development using Cocoa and Objective-C using XCode in Snow Leaped having come from a strong Microsoft and C# backgru …
0
votes
0answers
44 views
Cannot connect to a modified (bundled and registered) Amazon AMI
Hi all,
I am having problems connecting to an AMI that I created by modifying an existing linux ami, bundling it and registering it. Heres what I did -
Launch existing CentOS AM …
2
votes
1answer
200 views
How to setup bundle development environment (Eclipse Equinox Maven)
Hi,
I'am trying to setup eclipse environment to develop bundles (With maven-bundle-plugin-bnd)
and run & debug that bundles equinox from eclipse
I created sample bundles wit …
