Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: ***SPAM*** [dsdp-ercp-dev] (e)RCP on ARM and Linux

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Jan,

I'm not sure, if this works out of the box, but I would try to get the
eRCP pure java things working together with the full SWT (from RCP).
Also, I would try the latest cacaojvm. Maybe the performance is better
on your use case (maybe not, because of the much class-loading).
Cacao and SWT are already contained in OpenEmbedded.

> I'm not sure if this is the right mailinglist, but I assume it is. As
> the topictitle is telling you, I'm having some problems with running
> RCP (not the eRCP) on an ARM board with Linux as OS.
Another place to discuss those things is the jalimo [1] mailinglist.
jalimo ist the project which cares about the java and SWT support in
OpenEmbedded.

Regards,
  Sebastian

[1] http://www.jalimo.org


Jan Pannecoeck schrieb:
> Hello,
> 
> I'm not sure if this is the right mailinglist, but I assume it is. As
> the topictitle is telling you, I'm having some problems with running RCP
> (not the eRCP) on an ARM board with Linux as OS. I've got everything
> working properly but with one giant problem, the loadtime is terrible.
> Starting up my (quite simple) RCP-application takes around 4 minutes.
> This is:
> - Launching the OSGi-platform
> - Resolving and starting all the bundles (see later for an overview)
> - Starting the RCP Application
> 
> The main part of the time is taken by starting the RCP Application, but
> this is only an application with two simple views. So the loading time
> couldn't be caused by the complexity of the RCP Application.
> 
> I'm trying to figure at why the loadingtime is that long since this
> isn't really user-friendly! It should be possible to launch the
> application in about 15-30 seconds. So is there anybody who has done
> this kind of  project before and got everything up and running faster
> than my setup? Some thing to know also is that while launching the
> application, my CPU load is around 100% but once the application started
> and my view is visible, the CPU load drops to something around 0-5%
> (depends of what other jobs I'm doing at that time).
> 
> I'm willing to change to eRCP but I've no idea if this can be ported to
> an ARM with Linux? I haven't found any information about that.
> 
> Some more information:
> 
> The System:
> - Processor: ARM9261 with 64MB RAM (and 64MB Flash)
> - Linux: this is an OpenEmbedded linux system, I believe it's a kernel
> 2.6.22 version.
> - Java: JamVM version 1.5.0 with java 1.5.0 compiled with gcc 4.1.2
> - Classpath
> 
> The config.ini of the OSGi
> 
> osgi.bundles=\
> org.eclipse.equinox.common_3.2.0.v20060603.jar@start,\
> org.eclipse.core.jobs_3.2.0.v20060603.jar@start,\
> org.eclipse.equinox.registry_3.2.1.R32x_v20060814.jar@start,\
> org.eclipse.equinox.preferences_3.2.1.R32x_v20060717.jar@start,\
> org.eclipse.core.contenttype_3.2.0.v20060603.jar@start,\
> org.eclipse.core.runtime_3.2.0.v20060603.jar@start,\
> org.eclipse.swt_3.2.2.v3236b.jar@start,\
> org.eclipse.swt.gtk.linux.arm_3.2.2.v3236.jar@start,\
> org.eclipse.core.commands_3.2.0.I20060605-1400.jar@start,\
> org.eclipse.jface_3.2.2.M20061214-1200.jar@start,\
> com.ibm.icu_3.4.5.20061213.jar@start,\
> org.eclipse.help_3.2.2.R322_v20061213.jar@start,\
> org.eclipse.core.expressions_3.2.2.r322_v20070109a.jar@start,\
> org.eclipse.ui.workbench_3.2.2.M20070119-0800.jar@start,\
> org.eclipse.ui_3.2.1.M20061108.jar@start,\
> MyBundle_1.0.0.jar@start
> 
> eclipse.ignoreApp=false
> osgi.noShutdown=true
> 
> 
> eclipse.application=MyBundle.application
> 
> # The default workspace location
> osgi.instance.area.default=@user.home/workspace
> 
> # entry required for gtk configurations of eclipse to enable stand-alone
> help
> osgi.ws=gtk
> 
> # End of file marker - must be here
> eof=eof
> 
> Thanks in advance for all possible help that someone could give!
> 
> Kind regards,
> Jan Pannecoeck
> 
> _______________________________________________
> dsdp-ercp-dev mailing list
> dsdp-ercp-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/dsdp-ercp-dev

- --
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH

Heilsbachstr. 24, 53123 Bonn    | Poststr. 4-5, 10178 Berlin
fon: +49(228) / 52675-0         | fon: +49(30) / 27594853
fax: +49(228) / 52675-25        | fax: +49(30) / 78709617
durchwahl: +49(228) / 52675-17  | mobil: +49(171) / 7673249

Geschäftsführer:
Boris Esser, Elmar Geese
HRB AG Bonn 5168
Ust-ID: DE122264941
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJKoi4sMJ2Yk81wE0RAiKqAKCpZMREJmt850rdZ7TgDYqWrcmvyACg3Un2
3AdarNxjMKNGwVWUubK7ubs=
=9ZDe
-----END PGP SIGNATURE-----


Back to the top