JavaME SDK 3.0 - A step back?

Unfortunately this is a bit of a rant; but can someone state any reason why JavaME SDK 3.0 represents progress for the developer?
It seems like my development environment just took a massive step backwards:
- No UI configuration of the Platform: where did the nice preferences and utilities console go from WTK2.5?
- The configuration functionality that remains seems to be limited to a handful of CLI apps in /bin/
- My Thawte codesigning certificate is no longer recognised and the MIDlet refuses to run signed. No root certificates supplied with WTK3.0?
- No Linux version.
- After fixing a low memory issue that didn't occur in WTK2.5, my midlet now just fails with an 'InstantiationException'.
I got the same results with the version included in Netbeans, and the latest standalone download from Sun.
The [release page|http://java.sun.com/javame/downloads/sdk30.jsp] seems to state the reason for this release is to integrate different Java profiles under one SDK, but given how much functionality useful to J2ME developers has had to be torn out to make this work; I have to question whether it was worth it.
The only other 'improvements' I can find to put a finger on is the inclusion of LWUIT - which is a great library - and BDJ stubs, however these were both very easily added by including a jar library in Netbeans anyway.
Im generally a big fan of Java technologies but this seems to be a shambles of a release - yes developers are techies and to some degree can be expected to find their own way through issues, but this release breaks so much stuff, it just seems like Sun are expecting too much adaptation from us. Who here has the hours in the day? After much wasted time trying to resolve the issues with 3.0, I think I'll be going back to WTK2.5.
Am I missing something?
- Chris

There is no "toolbar" folder in Java ME SDK installation dir anymore. All developer tools are moved to Netbeans plugins.
Remember, that Java ME SDK consists of two parts: emulator and developer tools.
In the given use case only emulator and other command line tools are accessible (see "bin" folder). You can run samples or your Java ME applications via command line interface.
To develop, debug and profile your applications you have to install Netbeans (6.9.1 or later, latest 7.0.1 is recommended) and Java ME SDK Tools on top of it.
You can do it either via installer (Netbeans have to be installed before you start Java ME SDK installation) or later from Netbeans Plugins manager (see Developer Guide in "docs" folder for details).
So, nothing wrong with installation in your case.
The only problem is the broken shortcut for documentation in Start menu. We will fix it soon.
Edited by: Alexander Burdukov on 28.11.2011 8:32

Similar Messages

  • JavaME SDK 3.0.5 not launching on Windows 7 64 bit OS using JDK 1.6.0_27 x8

    I installed JavaME SDK 3.0.5 on top of JavaME SDK 3.0 without uninstalling it at C:\Java_ME_platform_SDK_3.0.5 on Windows 7 64 bit OS using jdk1.6.0_27 x86.
    The installation went fine but i am not getting any shortcuts to launch JavaME SDK 3.0.5.
    No shortcut menu item for JavaME SDK launcher is available in start menu or no shortcut is available on desktop.
    Menu item group in start menu is created for JavaME SDK 3.0.5. It contains
    "Documentation" and "Uninstall" shortcuts only.
    When i clicked "Documentation" shortcut it complains for missing index.html file.
    I checked there is no toolbar folder present inside C:\Java_ME_platform_SDK_3.0.5.
    There used to be one for 3.0 at C:\Java_ME_platform_SDK_3.0\toolbar.
    I do have jdk1.6.0_27 x64 installed too. Does it creates any problem?
    Am i missing any installation or configuration step?
    I don't have netbeans installed on my computer.

    There is no "toolbar" folder in Java ME SDK installation dir anymore. All developer tools are moved to Netbeans plugins.
    Remember, that Java ME SDK consists of two parts: emulator and developer tools.
    In the given use case only emulator and other command line tools are accessible (see "bin" folder). You can run samples or your Java ME applications via command line interface.
    To develop, debug and profile your applications you have to install Netbeans (6.9.1 or later, latest 7.0.1 is recommended) and Java ME SDK Tools on top of it.
    You can do it either via installer (Netbeans have to be installed before you start Java ME SDK installation) or later from Netbeans Plugins manager (see Developer Guide in "docs" folder for details).
    So, nothing wrong with installation in your case.
    The only problem is the broken shortcut for documentation in Start menu. We will fix it soon.
    Edited by: Alexander Burdukov on 28.11.2011 8:32

  • Error when launching JavaME SDK 3.0 on Mac OSX

    I have installed JavaME SDK 3.0 for mac, and it seems present and correct in my applications folder. However, when i try to launch it, the splash screen gets to 'starting modules', then I'm presented with an error:
    A java.lang.reflect.InvocationTargetException exception has occurred.
         Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
    Clicking on 'show details' reveals:
    java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:186)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjectsImpl(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:68)
         at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
         at org.netbeans.core.startup.Main.start(Main.java:309)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
    [catch] at java.lang.Thread.run(Thread.java:637)
    Then, I get:
    A java.lang.NullPointerException exception has occurred.
         Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
    Clicking on 'show details' reveals:
    java.lang.NullPointerException
         at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:70)
         at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
         at org.netbeans.core.startup.Main.start(Main.java:309)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
    [catch] at java.lang.Thread.run(Thread.java:637)
    This continues for ages. The errors just keep on coming, and the mini IDE never launches. I do, however, see the device manger appear in the menubar for a couple of seconds, before it disappears and I get the next error. This repeats too.
    I have tried deleting the package from my applications folder, and the only support folder I can find: <username>/Library/Application Support/javame-sdk several times, and this has not helped.
    If i can provide any more useful info, please let me know - the log files mentioned in the error messages are so large I didn't think posting them would be helpful.
    I've been working on trying to solve this for several painful hours now, and any help you can offer would be gratefully received!

    Hi,
    I can see "Connection refused to host: localhost" message in your stack trace. Look at [http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn|http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn] and follow step 2, please. Hopefully it will help you.
    Best regards,
    Radko

  • JavaME SDK 3, touch support on MSA phone.

    Hi,
    is there a way to enable touch support on
    JavaME SDK 3 using MSA phone?
    Before, we can edit this file DefaultCldcMsaPhone.properties
    to enable touch supports but now there is no option to enable touch in that file...
    Please help.

    All the phones in SDK 3.0 come back with true. Really bad and stupid.
    Testing with the WTK via netbeans, it works and I've looked though all the .properties files with no joy.
    stupid... and of course this thread is 8 months old and still no fix.

  • CS6 Auto-Save: 1 step forward, 1 step back

    I have done a little testing with the auto-save, and there is some progress with CS6 - especially in the area where earlier versions would stop playback or scrubbing to fire off an auto-save. 
    It looks like the auto-save does not stop playback or scrubbing on the timeline anymore.  It will stop you from other operations such as moving an audio slider or other non-critical mouse clicks.  I tested with 1 minute intervals, and it appears that it won't auto-save during playback or scrubbing in the background, and will wait until the next interval after playback has stopped until it saves. (Instead of taking the very next possible moment after playback has stopped to makeup for the save)  This seems like it could create the possibility that if you are playing back or scrubbing during multiple interval moments, you could have a long period where there are no auto-saves - especially if you set the interval to a high number.  Like I said, I only tested with a 1 minute interval, so maybe this functions differently if you save every 10 or 20 minutes.  Maybe then it will do an auto-save right after playback has stopped if it has been awhile.
    The step back is that if you hide PPro, (I'm on a Mac, btw) instead of just bouncing the dock icon during an auto-save like previous versions, it will actually bring PPro to the front and block out/cancel anything else you are doing on your machine.  How annoying!  I can't figure out the reason to have it function like this.  If it is simply hidden behind other windows, it does not do this, instead only brings to the front the small auto-save progress bar - It only happens if you hide the appplication.  For example, if you are moving back and forth between PPro and AE, you could be working away on a comp in AE and suddenly PPro jumps to the foreground to let you know it did an auto-save.  Since I have 2 monitors, I like to hide apps that I'm not working in to hide pallettes and other windows so I can have my desktop back.  Seems like the solution for now is to not hide PPro ever and to do a proper save more often to avoid the issue of potential long periods of no auto-saves. (And submit a bug report?)
    Anyways, long post for a potential trivial thing, but for those who care about this, it is a change.  Anyone else experiencing this? 

    Jim,
    Exactly, and that is what the "1 step forward" is with CS6.  It drove me crazy when Auto-Save would interrupt playback.  I was suggesting that it would be a better option that if you are playing back during an auto-save interval, it should take the very next opportunity to fire off a save, like maybe after hitting stop when there is a moment of downtime.  However - in my testing - it looks like it skips that interval completely and waits for the next one.  So, if you have it set to save every 10 minutes, but are playing back your timeline during each of those 10 minute intervals, it will never auto-save even if there are large stretches of time in between when you are doing nothing.  It seems like it could be more intellegent about when it saves, and do it quieter in the background. 

  • New Desktop for PC a step back?

    I like my BBerry 9810 and think it’s the best phone you make and I recommend it.  I’ve had BBerrys, iPhones and an Android phone and still stick with BBerry. 
    However, your new BlackBerry Desktop Software for PC looks like a step back to me. 
    First, the transition to version 7 from previous versions created havoc with my device.  
    I ended up erasing everything on my 9810 and starting over.  Took more than an hour.  Shame on you not making this a seamless transition. 
    The new software detected all sorts of incompatibilities between my existing device data and my Outlook data that the previous synch version accepted.  Took time to reconcile. 
    Second, with version 7, unless I am mistaken (and I could be) we have lost the ability to INDIVIDUALLY decide how to reconcile device vs. Outlook data conflicts.  The conflict resolution appears to be an all-or-none decision.  Either I check the ‘apply to all’ box or I can only decide on one pair of conflict records when I hit OK.  I want to be able to decide for each pair of conflicting records what to do individually, as well as have the en masse option. 
    While I’m on my soapbox, it would be nice if you offered an inexpensive wireless synch service for non-Exchange users like me.  Again, Apple’s Mobile Me, now their iTunes/iCloud does this for their individual users.  I’m still synching my 9810 by wire. 
    Thanks.  

    I installed the Blackberry Desktop upgrade over the weekend. The first time I synced my device with Outlook the program found 200 "conflicts" that were not there 2 days before.  This was a major problem with my Outlook calendar in terms of duplicating a number of entries.  I actually went back to January 2012 and corrected the duplicates in Outlook then did a one-way sync replacing all of the entries on the device.  What a pain. 
    In addition, the "Intellisync" software routinely completed the entire sync process in less than 2 minutes. The new software required over 20 minutes to complete the process INCORRECTLY. HOW CAN THIS BE CONSIDERED AN UPGRADE??? 
    I also am frustrated that there is NO WAY to communicate DIRECTLY with Blackberry without paying a fee.  Why stay loyal to a company that makes it hard for customers to provide feedback?

  • LR3: Synchronize Folder a step back

    If I synchronize a folder that has several subfolders, I can no longer de-select any of the subfolders. This is a huge step back and I thought it would be resolved in the final version.
    Also, I really wonder why now there are those completely different dialogs for Import/Synchronize Folder and Import from Catalog. Doesn't make sense.
    Thomas

    I found a solution (at least in my case). It's so simple as this: just batch rename every problematic file using its own name within Lightroom. I don't know why, but after doing it LR doesn't find "new" pictures (already existing in the catalog).
    Hope this can help you.

  • Adobe Reader X a step back-wards??

    hi,
    just wanted to let someone out there know, that since I upgraded to reader x from v.9 (by checking for updates) the program will no longer open .pdf's it just locks up, I know to fix this might be to un-install the program and reinstall, but in all my years of using acrobat reader, I have never had to do this and don't particularly want to now.
    Also, I note that the new X version is not as user friendly or as functional with the tools and that the selection of the tools is long winded and a time waster, plz see the light and bring back v.9s tool choice and ease of use, the way to pick tools with the check box system was much better, easier and user friendly, plz bring this feature back, I am considering dropping Adobe reader altogether and opting to use NitroPDF, this is functional as acrobat reader used to be...
    I hope your programmers with take a step back and conceder; if it ain't broke, don't fix it...
    regards,
    rosshi

    Thanks.  I also did an uninstall, but downloaded 9.4.0; it seems to be
    working fine (however, I've just noticed that X is wanting to download
    again.  I have to "close Adobe Reader Updater" - it can't take no for an
    answer!
    Have a good day!
      Mark
    Mark Hancock
    Business Manager
    Richland Hills United Methodist Church
    7301 Glenview Dr., N. Richland Hills, TX 76180-8337
    817-284-9371  Fax: 817-595-2068  Cell: 817-919-7188
    www.rhumc.net
    "We the people of RHUMC are a community of believers.  In response to God's
    grace, we are accepting of all persons - and strive to be the servants of
    Christ in the world by sharing the Word and ministering to all in need in
    the church, in the community and around the world."
    P Please consider the environment before printing this e-mail

  • IPhoto 11 a step back-

    Well first of all, I love Apple products, but iPhoto 11 is a step back compared to the predecessor. The way how one is using iPhoto 11 got more complicated, not intuitive and it feels so sluggish. Like a cheap Microsoft copy of iPhoto… Really, the most annoying thing are the new carussels to select cards and calendars. The system slows completely and it takes minutes to select them. Also the way how MobileMe Galleries are treated is so unconvinient. So please Apple don't do good things worser. And I hope the next update to iPhoto and iLife will be more comfortable again to use.
    Thanks. (I hope someone from the Apple iLife Team reads that, or even Steve Jobs).

    1 - this is not a path to Apple - iPhoto menu ==> provide iPhoto feedback
    2 - yes it is different but for me it is much better and a lot faster - maybe you simply need to take time to go through the small leaning curve - there are many new options in print products and overall it is a nice step - and is more intuitive (just different from the previous version - which was different form iphoto 6 - which was different form ...)
    LN

  • Workflow Step back programtically

    How can i step back programtically ?
    public class WorkflowRestarter implements WorkflowProcess {
               public void execute(WorkItem item, WorkflowSession wfsession, MetaDataMap metaData)
                                  throws WorkflowException {
                        try{
                                  List<Route> list = wfsession.getBackRoutes(item);
                                  Iterator<Route> itr = list.listIterator();
                                  while(itr.hasNext()){
                                            Route route = itr.next();
                                            if(route.getName().equals("Step4)){
                                                      list.get(Integer.parseInt(route.getId()));
                                                      break;
                        }catch (Exception e) {
                                  log.error("@Exceptiones*******************************************************");
    This processs step not calling step 2. So how can i move to step 2 ?
    As i have seen functionally Step Back in CQ
    Thanks  & Regards

    Hello Ravindra,
    I think i replied this in your last post. did you try it http://forums.adobe.com/message/4910563#4910563. Let me know what issue you are facing after doint that.
    Thanks,
    Pawan

  • CF Card/SD Card storage location in JavaME SDK

    Hi All,
    I am using JavaMe SDK(not WTK). I need to access CF card. Earlier when I was using WTK I used to keep it in appdb/filesystem/root1/ folder. But I cannot find any such folder in JavaME SDK. I can find only one 'root1' folder in my SDK installation location. But that seems like not correct one. I am using DefaultFX touch phone profile.
    Please help me.
    Thanks DM

    Any help....?
    Thanks in advance
    D M

  • I'm on a  Mac and I need to know how to go one step back in Lightroom 5.   In other words, what is the Lightroom equivalent of Command Z in Photoshop?

    I'm on a  Mac and I need to know how to go one step back in Lightroom 5.   In other words, what is the Lightroom equivalent of Command Z in Photoshop?

    Command Z works for me on Lightroom - always has.
    Edit>Undo is the Menu command

  • JavaME SDK 3.0 storage capacity

    Hi,
    I am using Sun JavaME sdk 3.0 for developing JavaME applications. I want to know how to increase the storage capacity in sdk 3.0.
    In sdk 2.5 i can go to edit->preferences in the toolkit and change the storage location and the maximum storage capacity, but i am not able to find it in sdk 3.0.
    Therefore please let me know how to do these settings in sdk 3.0.
    Regards,
    Madhu.

    Hi
    It'd indeed be nice to increase the storage capacity, which seems to be about 200kB by default. Also, it's not persistent, but gets deleted after the emulator closes. I found properties files in toolkit-lib/devices/<device_name>/conf but they don't have any properties for storage.
    --grimripper                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Step Back/Forward vs Play (Smoothness)

    After 10 seconds of continuously using 'step forward' or 'step back' in multicam mode I start experiencing some serious video stuttering, however, when i just play (spacebar) the sequence, there is no stuttering.
    3 avchd tracks, 1 wav track,
    no effects on any tracks,
    all media on internal 7200rpm HDD at about 50% full capacity
    CS5.5.2
    AMD Phenom II X6 1055T
    8GB 1600 memory
    ATI Radeon HD 5800 series
    c: OS, Programs, Pagefile - 1TB 7200RPM
    d: Previews, Media Cache, Exports - 1TB 7200RPM
    e: Media, Projects - 1TB 7200RPM
    Resource monitor registers a consistent 9MB/sec when playing (spacebar) sequence, but varies wildly from 0-20MB/sec when using 'step forward' or 'step backward'
    Is this normal? any thoughts?
    Thanks
    -wolv

    When stepping forward, each frame has to be decoded without caching, because your next step may well be to step backward or some other action. When playing each GOP can be cached, so it is a lot easier on the system. At least that is what I'm guessing. Your CPU (AMD), memory (only 8 GB) and GPU (AMD) are not very fast, so on a fast system this may not be very noticable, but it will be on your system.

  • Time machine email restore won't step back

    I am trying to find and thus restore old emails which are missing, but when I go to the appropriate mailbox, then Time Machine, and select an older date, nothing happens.  It own't step back.  I have done this several times in the past and it worked fine. I ran Repair permissions, and oddly nothing was found wrong, and then shut down.  What's wrong?

    Maybe these will help:
    Time Machine Troubleshooting
    Time Machine Troubleshooting Problems 

Maybe you are looking for

  • Help with Reset

    Posted yesterday, no responses. Any idea how to make a 4th generation reset when it won't? Computer no longer recognizes it, can't download new songs, but Ipod playing what's on there just fine, taking and holding a charge.

  • AC-50480: Internal error occurred: java.lang.Exception: Error while generat

    Hi there I am moving db tier on another server with the clone utility. post clone on db tier were successful but on apps tier i am getting following error in adconfig.log file AC-50480: Internal error occurred: java.lang.Exception: Error while genera

  • Why the system create HU that already exists  in table VEKP when I use BAPI_HU_CREATE?

    Hi All, When I use the BAPI_HU_CREATE  to create HU, the system give me a HU and it inserts a line in Table VEKP, however when I search in table VEKP  with field HU EXIDV, I find  two entries with the same HU, one of them has VPOBJ 01 and the other h

  • Error "the notification doesn't exists" when use BAPI_ALM_ORDER_MAINTAIN

    Hi gurus, I have a problem with a BAPI_ALM_ORDER_MAINTAIN. My order has 3 notifications on the tab "Objects" and I want to remove one. But when i called the BAPI, i get the error message "Notification 100047495 does not exist". The content of the tab

  • Setting JVM options in a capi program with JMSJVMOPTS

    Hello,           We are using Weblogic's capi to access JMS from a C program. We are running on a Sun Solaris 2.9 machine and linking our program with the 1.4.2 Java Vritual Machine. The program runs ok but we would like to turn on the "verbose:gc" o