Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ECLIPSE-599
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Duplicate
Priority: Critical Critical
Assignee: Unassigned
Reporter: Claus Ibsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Fuse IDE

Starting Fuse IDE on 32bit Windows by the EXE file shows a console windows in the background

Created: 21/Mar/12 01:25 PM   Updated: 22/Mar/12 08:40 AM
Component/s: None
Affects Version/s: 2.1.0
Fix Version/s: 2.1.0

File Attachments: None
Image Attachments:

1. windows-start.png
(164 kB)
Issue Links:
Duplicates
 


 Description  « Hide
See the screenshot

I started the RCP 32bit windows of Fuse IDE by double clicking the .exe file from the windows explorer.
This starts a window with a DOS prompt that prints the system out logs.
And then another windows with the real Fuse IDE.

I think the RCP of Eclipse has this fixed so there is no extra window in the background with the system out logging.
We should look into how we can improved this so Fuse IDE on windows looks better when getting started using it.



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Claus Ibsen added a comment - 21/Mar/12 02:08 PM
Ah okat got it.

In the FuseIDE.ini file it comes as

-consoleLog
--launcher.XXMaxPermSize
256m
-vmargs
-Xmx1024M
-XX:MaxPermSize=256m
-Dfuse.ide.devmode=TRUE

Changing that file to the follows, removes that extra console windows

--launcher.XXMaxPermSize
256m
-vmargs
-Xmx1024M
-XX:MaxPermSize=256m
-Dfuse.ide.devmode=FALSE

Lars Heinemann added a comment - 22/Mar/12 08:39 AM
duplicate of ECLIPSE-598