« Return to Thread: Multilingual - Restart IDE ala UpdateCenter

Re: Multilingual - Restart IDE ala UpdateCenter

by Tonny Kohar-2 :: Rate this Message:

Reply to Author | View in Thread

Hi,

On Fri, Jul 3, 2009 at 1:08 PM, rogge-peter<rogge-peter@...> wrote:

>
> Hello,
> I search a solution to restart the NetBeans-IDE ala UpdateCenter.
>
> In NetBeans 6.7 their are many Language-Jars, so I will that after
> user-choose the IDE restart with the new locale. Ala UpdateCenter, because
> the solution should work on every OS.
>
> I find the class 'InstallSupport' in 'org.netbeans.api.autoupdate', but I
> have no access to the nessesary classes.

note: I haven't check the autoupdate API in details, so take it as
grain of salt.

What do you mean by no access ? Is the API is not available or you
have permission problem.
If the things is declared public as Class, then you can access it by
using friend or implementation dependency.
Please check the Netbeans Dev FAQ regarding friend or implementation
dependency. And do not forget the drawback for this method.

Cheers
Tonny Kohar
--
Sketsa SVG Editor
imagine, design, create ...
http://www.kiyut.com

 « Return to Thread: Multilingual - Restart IDE ala UpdateCenter