OK, this is an equinox specific thread now and likely should be moved to
the equinox forum at
http://www.eclipse.org/forums/index.php?t=thread&frm_id=31&;

It appears Equinox is not detecting your VM execution environment
correctly.  There may be something different with how you are launching
equinox or perhaps you are not using one of the common VMs and we are
running into issues recognizing the VM.  Depending on the version of
Equinox you could try setting the profile explicitly to the VM you are
running with the osgi.java.profile config.ini option:

osgi.java.profile=J2SE-1.5.profile

Or set the value to JavaSE-1.6.profile if you are using 1.6.  For further
questions specific to equinox please move to the equinox forum.  Thanks.

Tom




|------------>
| From:      |
|------------>
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Asier Aranbarri Beldarrain <[email protected]>                            
                                                                     |
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[email protected], OSGi Developer Mail List <[email protected]>      
                                                                     |
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
  |06/16/2010 09:51 AM                                                          
                                                                     |
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Re: [osgi-dev] Re: javax.swing problems                                      
                                                                     |
  
>--------------------------------------------------------------------------------------------------------------------------------------------------|





In config ini, I had to add this:


org.osgi.framework.system.packages=javax.naming, ..., javax.swing.

I had a problem later, the same than before, but now with javax.sound
package, that, yet again, I had to add in the config.ini file:

org.osgi.framework.system.packages=javax.naming, ..., javax.swing,
javax.sound.

And now, again, i'm having problems with javax.speech package. The error
appears again and again, it seems

On 16 June 2010 16:22, Neil Bartlett <[email protected]> wrote:
  Like Tom, I'm concerned that you have fixed the problem in the "wrong"
  way, ie a way that will create bigger problems later.

  What did you change in config.ini?

  Rgds, Neil

  Sent from my BlackBerry®

  -----Original Message-----
  From: Asier Aranbarri Beldarrain <[email protected]>
  Sender: [email protected]
  Date: Wed, 16 Jun 2010 15:47:22
  To: OSGi Developer Mail List<[email protected]>
  Reply-To: OSGi Developer Mail List <[email protected]>
  Subject: Re: [osgi-dev] Re: javax.swing problems

  _______________________________________________
  OSGi Developer Mail List
  [email protected]
  https://mail.osgi.org/mailman/listinfo/osgi-dev

  _______________________________________________
  OSGi Developer Mail List
  [email protected]
  https://mail.osgi.org/mailman/listinfo/osgi-dev
_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

<<inline: graycol.gif>>

<<inline: ecblank.gif>>

_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to