-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
after successfully building my application the start fails because it relies on config files which are located in the META-INF directory and after the build this directory is zipped into a jar file, hence making it unable to access the config files. After manually unzipping the jar, deleting…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I previously had an eclipse rcp app based on eclipse 3.3 pugins deployed on both windows and mac OS X 10.4. i'm now trying to port the app to java 1.6 and eclipse 3.5 (Build id: 20100218-1602) plugins on Mac OS X 10.5.8 (Leopard).
I can launch the product from eclipse 3.5 on windows but not on Mac…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
how do i solve this:
I have usercredential informtion in my main RCP plugin. All other plugins should have that information as well. Preference Store is not possible, because also the presference store needs a nodename which needs to be globally available.
Are there any possibilities to realize…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have an RCP application which I build using the .product file and PDE. In my product file I create a binary launcher for different applications to provide convenience to the user. It all works fine except when testing in Arabic languages.
In Arabic the application starts and it actually shows the…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is there a way to force an RCP product to show a welcome page every time it the RCP was stared? (By default, the Welcome page is only shown for the first time the RCP is stared.)
I tried org.eclipse.ui/SHOW_INTRO=true in plugin_customization.ini, but it did not do the trick...
Thanks,
Frank
>>> More
-
as seen on Oracle Blogs
- Search for 'Oracle Blogs'
Tim Johnson, Portal and Web Systems Administrator at Herff Jones, Inc. and the Ohio PeopleSoft JD Edwards Regional User Group President, discusses the continuation of PeopleSoft releases thanks to Applications Unlimited. Johnson also talks about some of the customer benefits of communication to Oracle…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
My OpenGL setup is somehow configured to work like so:
(-1, 1) (0, 1) (1, 1)
(-1, 0) (0, 0) (1, 0)
(-1, -1) (0, -1) (1, -1)
How do I configure it so that it works like so:
(0, 0) (SW/2, 0) (SW, 0)
(0, SH/2) (SW/2, SH/2) (SW, SH/2)
(0, SH) (SW/2, SH) (SW/2, SH)
SW as Screen Width.
SH as Screen…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I'm working on a 3d engine and I'm calculating UVT coordinates, where U and V represent pixels on the texture measured in 0-1, and T is:
T = perspective / Z
But I'm trying to use this perspective-correct triangle rasteriser, which requires a W, per vertex. How do I calculate the W for each vertex…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
Facebook va bientôt offrir la géolocalisation de ses membres.
A l'heure où les services de proximité n'ont jamais été aussi présent dans les moteurs de recherches. Coïncidence ou un voeu inavoué ??
Facebook va mettre en ligne une solution pour géolocaliser ses membres.
Voici déjà un an que…
>>> More
-
as seen on Game Development
- Search for 'Game Development'
I'm developing a top-down shooter with multiple levels (ground for ground units, middle level for buildings, top level for air unity).
The problem is the collision. Though I can make the collider box of a bullet be long enough to reach the ground (and collide with it), the real issue is optical…
>>> More