Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] SWT.Browser Question

Title: SWT.Browser Question

Hey!

Is it possible to integrate SWT.Browser (SWT.MOZILLA) with parameters into my Java application? I want to use a specific firefox profile. Normal Firefox allows to start the application with firefox.exe -P "c:\myProfile". How to pass such a parameter to the SWT.Browser object?

cheers
Flo


Back to the top