Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse 4 » Problem with Product Export
Problem with Product Export [message #1691985] Sat, 11 April 2015 14:10 Go to next message
Amit Kumar Mondal is currently offline Amit Kumar MondalFriend
Messages: 108
Registered: March 2015
Location: Munich, Germany
Senior Member

I am developing an utility software using E4 that would help developers who are using Eclipse Kura in their development.

The application works well when I am running it from the IDE itself but after I export the complete product it is partly displayed.

The following attachment shows both the versions (The upper one - when I run it from IDE) whereas the lower one - when I run it after the Product Export.

http://i62.tinypic.com/dx06ps.png

There are no errors popped up while running both the versions. For convenience, I am attaching the Configuration of the product.

http://i60.tinypic.com/10pmtmp.png

I have tried to view the console while running the application after the product export. I tried to use "-consoleLog" program argument to view the console but it didn't work either.

http://i59.tinypic.com/2rqh6cz.png

I want to export the product for further usage but it's not working at all. I have tried to create multiple products to see if it is a problem with my existing product configuration. But each and every time, after I export the application, it opens without the Views.

Awaiting for further assistance.


Amit Kumar Mondal
Email: admin@amitinside.com
Skype: arsenalnerk Blog: blog.amitinside.com
Re: Problem with Product Export [message #1692013 is a reply to message #1691985] Sun, 12 April 2015 00:56 Go to previous messageGo to next message
Amit Kumar Mondal is currently offline Amit Kumar MondalFriend
Messages: 108
Registered: March 2015
Location: Munich, Germany
Senior Member

I have used the following code to check the passed Application Arguments.

for (final String str : (String[]) appContext.getArguments().get(
				IApplicationContext.APPLICATION_ARGS)) {
			System.out.println(str);
		}


This even showns only
-clearPersistedState


Amit Kumar Mondal
Email: admin@amitinside.com
Skype: arsenalnerk Blog: blog.amitinside.com
Re: Problem with Product Export [message #1692027 is a reply to message #1692013] Sun, 12 April 2015 12:20 Go to previous messageGo to next message
Amit Kumar Mondal is currently offline Amit Kumar MondalFriend
Messages: 108
Registered: March 2015
Location: Munich, Germany
Senior Member

-console and -consoleLog program arguments works perfectly in Windows platforms but not in MacOSx. This is what I have found so far.

Amit Kumar Mondal
Email: admin@amitinside.com
Skype: arsenalnerk Blog: blog.amitinside.com
Re: Problem with Product Export [message #1692035 is a reply to message #1692027] Sun, 12 April 2015 13:52 Go to previous message
Amit Kumar Mondal is currently offline Amit Kumar MondalFriend
Messages: 108
Registered: March 2015
Location: Munich, Germany
Senior Member

I have checked my application's execution in Windows even but it's same in Windows too. It is as shown in the previous images. In windows, the console in getting opened after I run the executable but it doesn't have any error.

I don't have any clue what to do.


Amit Kumar Mondal
Email: admin@amitinside.com
Skype: arsenalnerk Blog: blog.amitinside.com
Previous Topic:Console Log after E4 Product Export
Next Topic:Adding plugin error
Goto Forum:
  


Current Time: Fri Apr 26 21:36:28 GMT 2024

Powered by FUDForum. Page generated in 0.03228 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top