Q; Java ME 8 EA #2 outside of an IDE application development

Hello

Let's say I want to build Java ME applications (Java ME EA #2) without using an IDE like NetBeans or Eclipse. Is this possible at all? If so, maybe it's an example of how compile such an application?

Thank you

Andy

Hi Andy,.

Forgive the late reply, please. Yes, of course, it is possible to create Java ME applications without any help from the IDE. Usually it boils down the following steps:

1 compile your application with javac. To do this, still with regard to the Java SE application but put you specific libraries ME on bootclasspath javac. It is best to use those that are in the distribution ME SDK lib folder. As a last resort, you can use lib/classes.zip distribution of Java ME runtime (for example Java ME for Raspberry Pi). Note that it should be bootclasspath rather than classpath because specific Java ME java.lang classes must be used for the compilation

2. create a jar with classes while providing Java ME-specific attributes needed for the application of META-INF/MANIFEST. MF file. You can create clear beforehand and supply for jar application with indicator - Mr. Alternatively, you can change the manifest generating jar for you when you created your pot. Please look in the MEEP specification for the list of attributes (Application packaging section). At least the following attributes must be present: MIDlet-name, MIDlet-Version, MIDlet-vendor, MIDlet-, microedition-Configuration and microedition profile

3. If necessary, request the permissions necessary with the attribute MIDlet-Permission - and/or MIDlet-Permission-Opt.

4. create the .jad file if necessary (e.g. If you must sign your application)

5 sign the application if necessary. For this you use ME SDK. On windows, run bin/jadtool.exe. On any OS, you can use toolkit-lib/process/mekeytool/code/MEKeyTool.jar for this

That should be all you need. Do not hesitate if you have any problems with it

Kind regards

Andrey

Tags: Java

Similar Questions

  • java.lang.IllegalStateException: setPosition called outside the layout

    Hello guys '

    Good day. I try to spend PopupScreen and posted about this before.

    But I can't solve. You can see what I do from here.

    At the request of work, throws exception: java.lang.IllegalStateException: setPosition called outside the layout

    I use following code:

    import net.rim.device.api.ui.component.*;import net.rim.device.api.ui.container.HorizontalFieldManager;import net.rim.device.api.ui.container.MainScreen;import net.rim.device.api.ui.container.PopupScreen;import net.rim.device.api.ui.*;import net.rim.device.api.system.Bitmap;import net.rim.device.api.system.KeyListener;
    
    public class CursorField extends UiApplication {
    
      private InfoPopupScreen progressPopup;    int x = Graphics.getScreenWidth() / 3;    int y = Graphics.getScreenHeight() / 2;
    
      public CursorField() {
    
          ManagedScreen managedScreen = new ManagedScreen();        pushScreen(managedScreen);    }
    
      private class InfoPopupScreen extends PopupScreen implements KeyListener {
    
          protected void applyTheme() {         //Nothing     }
    
          public boolean keyStatus(int keycode, int time) {         return false;     }
    
          public boolean keyRepeat(int keycode, int time) {         return false;     }
    
          public boolean keyUp(int keycode, int time) {         return false;     }
    
          public InfoPopupScreen(Manager manager){          super(manager);       }
    
          protected boolean navigationMovement(int dx, int dy, int status, int time) {
    
              return true;      }
    
          protected void paintBackground(Graphics graphics) {           graphics.setBackgroundColor(16777215);        }
    
          public void sublayout(int width, int height){         super.sublayout(width, height);           setPosition(x, y);        }
    
          public boolean keyDown(int keycode, int time) {
    
              char key =  net.rim.device.api.ui.KeypadUtil.getKeyChar(keycode, net.rim.device.api.ui.KeypadUtil.MODE_UI_CURRENT_LOCALE);
    
              //Letter 'I'          if(key == 73) {               x = x + 10;               try {                 this.setPosition(x, y);              } catch(Exception e) {                    System.out.println("Exception : " + e.toString());                }         }
    
              if(key == net.rim.device.api.system.Characters.ESCAPE) {              this.close();         }         return true;      }
    
          public boolean keyChar(char key, int status, int time) {          return false;     }
    
          public boolean trackwheelRoll(int amount, int status, int time) {         return false;     }
    
          public boolean trackwheelUnclick( int status, int time ) {            return false;     }
    
          public boolean trackwheelClick( int status, int time ) {          super.trackwheelClick(status, time);          return true;      } }
    
      private class ManagedScreen extends MainScreen {      private BitmapField _cursorField;     private Bitmap _bitmap;
    
          public ManagedScreen() {
    
              _bitmap = Bitmap.getBitmapResource("cursor.png");         int[] a = new int [10 * 10];          _bitmap.getARGB(a, 0, 10, 0, 0, 10, 10);
    
              _cursorField = new BitmapField(_bitmap) {             public void paint(Graphics graphics) {                    graphics.setBackgroundColor(16777215);                    super.paint(graphics);                }         };
    
              HorizontalFieldManager manager = new HorizontalFieldManager(USE_ALL_WIDTH) {              public void paint(Graphics graphics) {                    graphics.setBackgroundColor(16777215);                    super.paint(graphics);                }         };
    
              manager.add(_cursorField);            progressPopup = new InfoPopupScreen(manager);
    
              Bitmap pic = Bitmap.getBitmapResource("background.jpg");          BitmapField picField = new BitmapField(pic);          add(picField);
    
              ButtonField _closeButton = new ButtonField("Push screen", ButtonField.CONSUME_CLICK | ButtonField.FIELD_HCENTER);         _closeButton.setChangeListener(new FieldChangeListener() {                public void fieldChanged(Field field, int context) {                  pushScreen(progressPopup);                }         });
    
              add(_closeButton);        } }
    
      public static void main(String[] args) {      CursorField application = new CursorField();      application.enterEventDispatcher();   }}
    

    I don't know what is the problem here.

    Please help me guys

    TNX in advance"

    You can only call layout() setPosition or sublayout().

    Try this...

    Subclass sublayout() and put your good standing in position one.  Once you update your x / call updateLayout().

  • Java Script error: page is outside of the node of breakpoint?

    How to fix an exception error Java calling factor selector Script: error: Page is full of breakpoint.

    You use a MuseThemes widget? If so, have you tried to contact them?

  • No class Exception Found - applet works not anywhere outside of the IDE

    I have an applet that works perfectly in the netbeans IDE IDE, but does not work from the command prompt (I use windows) or from a browser. I've been hitting my head against the wall for a few days on this one. Here is the HTML code I use:

    < applet width = "400" height = "525" code = "musicapplet.class" archive ="crypticgraffiti.jar" > "
    < param name = "bgcolor" value = "ffffff" > < param name = 'fontcolor' value '000000' = >
    < / Param > < / param > your browser is not Java compatible. < / applet >


    Here is the structure of the contents of the jar file:

    META-INF /.
    META-INF/MANIFEST. MF
    com /.
    com/crypticgraffiti /.
    com/crypticgraffiti/music/musicapplet
    com/crypticgraffiti/music/GetNotes.class
    com/crypticgraffiti/music/InstList.class
    com/crypticgraffiti/music/Mode.class
    com/crypticgraffiti/music/MusicCreator.class
    com/crypticgraffiti/music/OctaveTransformer.class
    com/crypticgraffiti/music/Phrase.class
    musicapplet/MusicApplet$ playerThread.class
    musicapplet/MusicApplet.class

    (Musicapplet.class is the main class)

    When I try to run from the command prompt, I get:

    «Error: could not find or load the class main crypticgraffiti.» MusicApplet.

    When I try to load via html:

    «Basic: load: class musicapplet.class not found.»
    load: class musicapplet.class not found.
    java.lang.ClassNotFoundException: musicapplet.class
    at sun.plugin2.applet.Applet2ClassLoader.findClass (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass0 (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadClass (unknown Source)
    at java.lang.ClassLoader.loadClass (unknown Source)
    at sun.plugin2.applet.Plugin2ClassLoader.loadCode (unknown Source)
    at sun.plugin2.applet.Plugin2Manager.createApplet (unknown Source)
    to sun.plugin2.applet.Plugin2Manager$ AppletExecutionRunnable.run (unknown Source)
    at java.lang.Thread.run (unknown Source)
    Exception: java.lang.ClassNotFoundException: musicapplet.class
    ' security: for access to the keys and the certificate in the Mozilla user profile: null.

    I tried all possible variations for the item 'code' of the applet tag (mainclass, mainclass.class, package.mainclass.class, etc.). I also tried to compile with JDK 1.6, and that doesn't change. I tried clearing the cache for temporary files by using the java Control Panel settings and checked that my browser can execute other applets using JRE 6 and 7.

    I tried a few ways to distribute the applet also: put all the class files in the folder with the html file, put the classes in a source folder in the same folder as the html file, and finally put a pot in the same folder as the html (which seems really simple) file.

    Any help at all would be most appreciated! This applet is a very cool music and original creation of application that relies heavily on the API JFugue. It's a shame that I can't get it online for people to play with!

    So many things that are probably bad or maybe wrong...
    1. is not part of the specification of the applet tag.
    2. the full qualified class name should be used (packagename. ClassName).
    3. the class name is CaseSensitive.
    4. the name of the class doesn't have the suffix ".class".
    5 applets cannot be run outside of the browser from the command line.

    If the above does not help, please tell us the exact URL that you use and the structure of what is on the web server (HTML page, jar location).

  • BlackBerry 10 using Java application development

    Is there anything Java based IDE available for development BlackBerry10...?

    For BB10 phones, your options are:

    C++ with waterfalls

    C++ and other toolkits

    HTML 5 (Webworks, Gap etc.)

    Adobe Air

    Android

    If you want to really really Java, then I think you wil have a FMV of port!  Sounds like fun, if you have a spare of 6 months or more.

  • Outside of a dialog application

    Hello everyone.

    Is there a way to display a dialog outside of the application when the application is running in the background? Or show the application in its entirety when an event occurs? Any help would be appreciated!

    If you * really * need to allow the user to know something that's passed in your application in the background, you can send a notification.

  • ADF Mobile: ERROR: no suitable Java found. In order to properly use the Android Developer

    Hi all

    I use version 11.1.2.4.0 jdev to create mobile applications ADF.

    I followed this tutorial

    Oracle JDeveloper 11 g tutorials

    problem is when I try to deploy the application to the emulator as defined in the above tutorial following error occurred.

    [14: 00:46] deployment failed due to one or more errors returned by "C:\Documents and Settings\JK1309\My Documents\Downloads\adt-bundle-windows-x86-20140321\sdk\build-tools\android-4.4.2\dx.bat".

    What follows is a summary of the returned error:

    ERROR: No suitable Java is found. In order to properly use the Android Developer

    Thank you

    Manish

    Thanks for answer and Billett shay.

    Sorry for the late reply.

    problem is solved.

    I just need to set the java class path using environment variables.

  • host Java application development

    Dear Sir.
    Please suggest me a java API to host application in java which can interact with the actual card as well as the JCOP emulator...
    I tried searching but it could not be found.

    change your host of apdu.getBytes () in apdu.getData (). You include the SW in your result.

    BigInteger result = new BigInteger(rAPDU.getBytes()); // old
    BigInteger result = new BigInteger(rAPDU.getData()); // new
    

    Published by: safarmer on February 24, 2011 03:00

  • Any solution for "(application définie ou erreur définie par l'objet) runtime VB6 IIS outside the IDE application?"

    I use VB6 running on Windows XP.

    When I run my IIS from VB application, it works perfectly.  When I try to access the IIS of VB application outdoors, I get:

    "application-defined or object defined error."

    index.asp, line 13 "

    This is not a coding problem, because the application runs perfectly in VB.

    I had encountered this problem before and it is solved with Microsoft Article ID 259725.  This solution no longer works.  Any help would be appreciated.  A solution will literally save me months of work.

    Thank you

    Hello

    The question you posted would be better suited in the MSDN Forums. I recommend you post your question on the Forums of Visual Basic.

    http://social.msdn.Microsoft.com/forums/en-us/vbgeneral/threads

  • recommendation of the Java web application development kit for small application

    Hi all

    I have an application developed using developer 6i, forms, and reports, as well as the Oracle 10 g for a school database. The application consists of student information, collection of fees and sms sending to parents.

    There are a lot of problems, with this app, DB is very heavy I'm using Oracle DB 10 g, installtion of 6i developer on the latest version of windows is another puzzle etc.

    Now, I want to pass to the application of the latest technology, but want this are light weight.

    Can I develop an application of light weight with ADF web application?

    Also, I want to use mysql as database.

    Thank you

    (1) you can use mySQL. I prefer Oracle XE, as it is better suited for the ADF.

    (2) application No. needs a weg server web. You can use weblogic or glassfish

    (3) just a browser

    Timo

  • GlassFish Tools for Eclipse does not-null pointer exception when you try to deploy the application

    I've recently updated to new Luna Eclipse and the latest tools of Glassfish for Eclipse - now a Java EE-Application, which can be deployed manually through Glassfish admin console fails to deploy via Eclipse.

    I'm not able to debug or runn Java Apps via Eclipse more.

    Does anyone have any idea what is happening and how to fix? Any comment is welcome!

    The following error occurs:

    GlassFish: wrong URL for WebResource [module = Module [EE1_Test, org.eclipse.jst.jee.server:EE1_Test], path =]

    stack trace:

    java.lang.NullPointerException

    to java.net.Parts. < init >(Unknown Source)

    at java.net.URL. < init >(Unknown Source)

    at java.net.URL. < init >(Unknown Source)

    at oracle.eclipse.tools.glassfish.AbstractGlassfishServer.getModuleRootURL(AbstractGlassfishServer.java:883)

    at oracle.eclipse.tools.glassfish.GlassfishLaunchableAdapterDelegate.getLaunchable(GlassfishLaunchableAdapterDelegate.java:55)

    at org.eclipse.wst.server.core.internal.LaunchableAdapter.getLaunchable(LaunchableAdapter.java:76)

    at org.eclipse.wst.server.ui.internal.ServerUIPlugin.getLaunchableAdapter(ServerUIPlugin.java:1209)

    at org.eclipse.wst.server.ui.internal.wizard.fragment.OptionalClientWizardFragment.updateClients(OptionalClientWizardFragment.java:65)

    at org.eclipse.wst.server.ui.internal.wizard.fragment.OptionalClientWizardFragment.getChildFragments(OptionalClientWizardFragment.java:113)

    at org.eclipse.wst.server.ui.internal.wizard.TaskWizard.addSubWizardFragments(TaskWizard.java:329)

    at org.eclipse.wst.server.ui.internal.wizard.TaskWizard.addSubWizardFragments(TaskWizard.java:333)

    at org.eclipse.wst.server.ui.internal.wizard.TaskWizard.getAllWizardFragments(TaskWizard.java:317)

    at org.eclipse.wst.server.ui.internal.wizard.TaskWizard.performFinish(TaskWizard.java:167)

    at org.eclipse.wst.server.ui.internal.actions.RunOnServerActionDelegate.run(RunOnServerActionDelegate.java:335)

    at org.eclipse.wst.server.ui.internal.actions.RunOnServerActionDelegate.run(RunOnServerActionDelegate.java:764)

    at org.eclipse.wst.server.ui.internal.ServerLaunchShortcut.launch(ServerLaunchShortcut.java:41)

    at org.eclipse.debug.internal.ui.launchConfigurations.LaunchShortcutExtension.launch(LaunchShortcutExtension.java:431)

    at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.run(LaunchShortcutAction.java:74)

    at org.eclipse.debug.internal.ui.actions.LaunchShortcutAction.runWithEvent(LaunchShortcutAction.java:123)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:511)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent(ActionContributionItem.java:420)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1085)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1070)

    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:782)

    to org.eclipse.jface.action.ActionContributionItem$ 9.handleEvent(ActionContributionItem.java:1293)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4353)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1061)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4172)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3761)

    to org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$ 9.run(PartRenderingEngine.java:1151)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032)

    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148)

    to org.eclipse.ui.internal.Workbench$ 5.run(Workbench.java:636)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)

    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:135)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)

    Yes, the source for the GF tools is available, but unless you already know how to debug Eclipse plugins, it's a pretty deep rabbit hole.

    1. to help-> them to install the new software

    2. use http://download.oracle.com/otn_software/oepe/luna/ as the URL of the repository

    3 uncheck the box "group items by category.

    4. Select and install GlassFish Source tools

    Otherwise, try to create a skeletal project that reproduces the problem and send it to us for analysis. Of the stack trace, it seems that the problem is somehow related to the GF web application deployment descriptor, so be sure to preserve by a repro.

  • JavaFx Webview cannot mount JSObject

    If I followed the code example I can run the program as a stand-alone project and everything works fine. But in my case, I did a summary plugin so I can contain javafx and its webview to be used as a plugin in eclipse.  I think that I added my necessary pots for the class path and build the order of my project. But I seem to get a compilation error when loading my plugin.  This is my error I get:

    java.lang.ClassCastException: com.sun.webpane.webkit.dom.JSObject cannot be cast to netscape.javascript.JSObject

    to com.interpro.emmeclipse.views.PageBuilderPart$ 1.changed(PageBuilderPart.java:48)

    to com.interpro.emmeclipse.views.PageBuilderPart$ 1.changed(PageBuilderPart.java:1)

    to com.sun.javafx.binding.ExpressionHelper$ SingleChange.fireValueChangedEvent (unknown Source)

    at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent (unknown Source)

    to javafx.beans.property.ReadOnlyObjectWrapper$ ReadOnlyPropertyImpl.fireValueChangedEvent (unknown Source)

    at javafx.beans.property.ReadOnlyObjectWrapper.fireValueChangedEvent (unknown Source)

    at javafx.beans.property.ObjectPropertyBase.markInvalid (unknown Source)

    at javafx.beans.property.ObjectPropertyBase.set (unknown Source)

    to javafx.scene.web.WebEngine$ LoadWorker.updateState (unknown Source)

    to javafx.scene.web.WebEngine$ LoadWorker.dispatchLoadEvent (unknown Source)

    to javafx.scene.web.WebEngine$ LoadWorker.access$ 600 (unknown Source)

    to javafx.scene.web.WebEngine$ PageLoadListener.dispatchLoadEvent (unknown Source)

    at com.sun.webpane.platform.WebPage.fireLoadEvent (unknown Source)

    at com.sun.webpane.platform.WebPage.fwkFireLoadEvent (unknown Source)

    at com.sun.webpane.webkit.network.URLLoader.twkDidFail (Native Method)

    to com.sun.webpane.webkit.network.URLLoader.access$ 1400 (unknown Source)

    to com.sun.webpane.webkit.network.URLLoader$ 7.run (unknown Source)

    to com.sun.glass.ui.InvokeLaterDispatcher$ Future.run (unknown Source)

    at org.eclipse.swt.internal.win32.OS.DispatchMessageW (Native Method)

    at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2546)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3756)

    to org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$ 9.run(PartRenderingEngine.java:1053)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942)

    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)

    to org.eclipse.ui.internal.Workbench$ 5.run(Workbench.java:588)

    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)

    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)

    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)

    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

    at org.eclipse.equinox.launcher.Main.main(Main.java:1414)

    I would miss an import on my plugin manifest file? Import only that I had to add a library external plugin.jar in my class path. This solved a problem loading of osgi bundle.

    I solved the problem by including netscape.javascript in the plugin manifesto.

  • FB4 plugin does not work with versions of Eclipse cocoa (3.5 and 3.6)

    I try to install the plugin for Flash Builder 4 in cocoa Eclipse 3.6 or 3.5 (32-bit) and they both install but I'm not able to launch the Flash view. If I install the version of Eclipse 3.5 carbon perspective Flash works. The 3.5 and 3.6 have the same error messages in the Eclipse log file. So from what I see, the Flash plugin is not supported in versions of cocoa. Is this correct? 64-bit support in the near future?

    My setting of the machine:

    Mac OS 10.6.4

    Java 1.6.0_20

    Eclipse Log file:

    BootLoader constants: OS = macosx, ARCH = x 86, WS = cocoa, NL = en_US

    ! ENTRY org.eclipse.core.jobs 4 2 10:44:23.748 2010-09-07

    ! MESSAGE an internal error occurred during: "creating Adobe Flash Player... confidence file." ».

    ! BATTERY 0

    java.lang.NoClassDefFoundError: com/adobe/flexbuilder/utils/osnative/NativeControl

    to com.adobe.flexbuilder.project.internal.PlayerTrustStore.getUserFlashPlayerTrustFolder (Pla yerTrustStore.java:198)

    to com.adobe.flexbuilder.project.internal.PlayerTrustStore. < init > (PlayerTrustStore.java:81)

    to com.adobe.flexbuilder.project.internal.PlayerTrustStore.getInstance (PlayerTrustStore.java:71)

    to com.adobe.flexbuilder.project.internal.FlexProjectCore$ 4.run(FlexProjectCore.java:388)

    to org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

    Caused by: java.lang.ClassNotFoundException: com.adobe.flexbuilder.utils.osnative.NativeControl

    to org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:494)

    to org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:410)

    to org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:398)

    to org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass (DefaultClassLoader.jav a: 105)

    to java.lang.ClassLoader.loadClass(ClassLoader.java:248)

    ... 5 more

    ! ENTRY org.eclipse.ui 4 0 10:44:26.028 2010-09-07

    ! Unmanaged event loop exception MESSAGE

    ! BATTERY 0

    org.eclipse.swt.SWTException: cannot run an executable (java.lang.NoSuchFieldError: manage)

    to org.eclipse.swt.SWT.error(SWT.java:3884)

    to org.eclipse.swt.SWT.error(SWT.java:3799)

    to org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:137)

    to org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3405)

    to org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3102)

    to org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)

    to org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2221)

    to org.eclipse.ui.internal.Workbench$ 5.run(Workbench.java:500)

    to org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    to org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)

    to org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    to org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)

    to org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

    to org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    to org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    to org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)

    to org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    to java.lang.reflect.Method.invoke(Method.java:597)

    to org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)

    to org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

    to org.eclipse.equinox.launcher.Main.run(Main.java:1311)

    Caused by: java.lang.NoSuchFieldError: manage

    to com.adobe.flexbuilder.ui.UIPlugin$ 1.run(UIPlugin.java:120)

    to org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)

    to org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)

    ... more than 22

    Hello

    FB4 plugin is compatible with versions of carbon of the eclipse, and the Setup program you should informed when you tried to install a version of cocoa.

    We have Fb working with cocoa in the next version of Fb (in development now), but FB4 requires carbon.

    -Chris

  • Flash Builder 4 - Configuration error (OSX 10.5)

    I currently run plugin eclipse for Flash Builder 4 under Eclipse 3.5. I installed the plugins are: Subclipse 1.6 and Aptana Studio 2.0. When I have the FB plugin with other plugins all works fine until I reboot OSX. After a reboot when I go to launch Eclipse I am presented with the following:

    Configuration error

    Please uninstall and reinstall the product.

    If this problem persists, please contact Adobe

    technical support to help them and mention of the error

    the code that is shown at the bottom of this screen.

    Error: 5

    I have not contacted technical support Adobe still on this issue. Following the statement I uninstall FB and the same Eclipse and download and install them both but especially every time that I reboot OSX and/or restart eclipse I am presented with the error Configuration screen. Note: when this error message appears I am unable to view Flash Builder related perspectives. That is to say, when I open *.as files that I am presented with a blank point of view. When I try to open all files is below the error in perspective:

    java.lang.NullPointerException

    to org.eclipse.ui.part.MultiPageEditorPart.createContainer(MultiPageEditorPart.java:285)

    to org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:356)

    to org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)

    to org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)

    to org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)

    to org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)

    to org.eclipse.ui.internal.presentations.PresentablePart.setVisible (PresentablePart.java:180)

    to org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select (PresentablePartFo lder.java:270)

    to org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select (LeftToRightTabOrder .java:65)

    to org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart (TabbedStack Presentation.java:473)

    to org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)

    to org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)

    to org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)

    to org.eclipse.ui.internal.PartStack.add(PartStack.java:499)

    to org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)

    to org.eclipse.ui.internal.PartStack.add(PartStack.java:485)

    to org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)

    to org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)

    to org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)

    to org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)

    to org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)

    to org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)

    to org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:638)

    to org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2854)

    to org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)

    to org.eclipse.ui.internal.WorkbenchPage.access$ 11 (WorkbenchPage.java:2754)

    to org.eclipse.ui.internal.WorkbenchPage$ 10.run(WorkbenchPage.java:2705)

    to org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)

    to org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)

    to org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)

    to org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)

    to org.eclipse.ui.ide.IDE.openEditorOnFileStore(IDE.java:1151)

    to org.eclipse.ui.internal.ide.actions.OpenLocalFileAction.run(OpenLocalFileAction.java:107)

    to org.eclipse.ui.internal.ide.actions.OpenLocalFileAction.run(OpenLocalFileAction.java:76)

    to org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)

    to org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)

    to org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection (ActionContributionI tem.java:584)

    to org.eclipse.jface.action.ActionContributionItem.access$ 2 (ActionContributionItem.java:501)

    to org.eclipse.jface.action.ActionContributionItem$ 5.handleEvent (ActionContributionItem.java:411)

    to org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    to org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1598)

    to org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1622)

    to org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1607)

    to org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1396)

    to org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3484)

    to org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3068)

    to org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)

    to org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)

    to org.eclipse.ui.internal.Workbench.access$ 4 (Workbench.java:2221)

    to org.eclipse.ui.internal.Workbench$ 5.run(Workbench.java:500)

    to org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)

    to org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)

    to org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    to org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)

    to org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)

    to org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication (EclipseAppLau ncher.java:110)

    to org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start (EclipseAppLauncher.jav one: 79)

    to org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)

    to org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    to sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    to java.lang.reflect.Method.invoke(Method.java:592)

    to org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)

    to org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)

    to org.eclipse.equinox.launcher.Main.run(Main.java:1311)

    I have installed and uninstalled the plugin eclipse FB several times in the past without results day. Any help on this will be most welcome!

    ~ Go

    I won't move on me because it took a few days for the problem appears for the first time, but I seem to have fixed.  When I came first on the configuration error I rode back to the beta versions of Flash Builder and CFBuilder, but today when I pulled upward, Eclipse, I was greeted with a warning that says that the beta version of CFBuilder had expired.  I have uninstalled and installed the release version.  After having restarted Eclipse, I got an error message that says: "License for this product has stopped working".  I came across this technical note and began working through the recommended patches.  In the end, I uninstalled all of my Adobe products and removed the Adobe PCD, backup and inventories of caps.  I downloaded a new Eclipse installation and started to re-installed Adobe products.  For the moment, I have versions of Flash Builder and CFBuilder running with happiness as plugins.

  • Installs Java, but is not detected

    I am installing Java on my computer and once it finishes the installation, there will be no check on their site, and all sites that check Java say that it is not installed. I see it in my page plugins, but after I uninstalled it to try something in the troubleshooting, it didn't disappear from the plugins page.

    Note that you need the version of Java 32 bits because Firefox is a 32-bit application.

Maybe you are looking for