Sun one studio4 mobile edition

I am making a project on MObile appilication(Electronic voting).
In this project, i first login in to the application through username and password on mobile using WAP,Then if the user is valid then he will vote for the candidate , on the same page there will be a text field for his mobile no, so when the election get over the result will be send on the
corressponding mob.no of the voter.
But I need J2MEtoolkit, And sun one studio4 mobile edition IDE
but I can't find sun one studio4 mobile edition IDE on sun or any other site.
So please forward me the working link where i can download
sun one studio4 mobile edition IDE.
Thankx ,waiting for reply

i think that sun put his mobility tools into netbeans
could be found here!

Similar Messages

  • Sun One Studio Mobile Edition

    I need to add "package Projects.MyProject.Files;" in order for the project to compile and the debugger to work correctly. When I do add the package declaration in the java source code, my midlet suite fails to compile and execute. How can I correct this so that everything works?

    Hmm. I will tell you how I did this.
    I created a folder named to my project, maybe c:\Foo\. In this I created a src and a class directory. I put the java files in the c:\Foo\src and told SunOneME to output the classes into c:\Foo\classes. Both directories have to be mounted to do so.
    If I want a package, lets say 'bar', I create a directory c:\Foo\src\bar. All files in this need the "package bar;" statement. The compiler then creates automatically the same in the class directory.
    You always have to mount the parent directory of the highest package-directory (src & class) because if you specify a file somewhere in your source-code as e.g. "bar.CheckerClass" the compiler searches the classpath for a directory "bar" containing the "CheckerClass". This may be a real directory or one in a jar file as well.
    Another idea: are you sure, that this file is in the package Projects.MyProject.Files? This seems a to be strange name for packages. I guess you actually are not using a package.
    Kay

  • Sun One Java mobile Application start error

    Hi,
    I established sun one java mobile application builder but I coudn not start it . when it come to %27 it show me this messagebox "This application has unexpectedly has caused an ExceptionInInitializerError. This Application will now exit (LAX)"
    in detail
    "java.lang.NullPointerException
         at com.aligo.tools.action.NewApplicationAction.<clinit>(NewApplicationAction.java:34)
         at com.aligo.tools.applicationbuilder.ApplicationBuilder.defineActions(ApplicationBuilder.java:460)
         at com.aligo.tools.applicationbuilder.ApplicationBuilder.<init>(ApplicationBuilder.java:325)
         at com.aligo.tools.applicationbuilder.ApplicationBuilder.<init>(ApplicationBuilder.java:82)
         at com.aligo.tools.applicationbuilder.ApplicationBuilder$83.construct(ApplicationBuilder.java:3278)
         at com.aligo.tools.thread.SwingWorker$2.run(SwingWorker.java:149)
         at java.lang.Thread.run(Thread.java:484)
         at com.aligo.tools.thread.SwingWorker.start(SwingWorker.java:192)
         at com.aligo.tools.applicationbuilder.ApplicationBuilder.main(ApplicationBuilder.java:3325)
         at java.lang.reflect.Method.invoke(Native Method)
         at com.zerog.lax.LAX.launch(DashoA8113)
         at com.zerog.lax.LAX.main(DashoA8113)"
    Please help me..
    Thanks ...

    This question does not appear to relate to Java Studio Enterprise. Try locating the forum for the product you are using, and ask your question there.

  • Web services problem on SUN ONE Studio4

    Dear All
    I am developing web services using sun ONE studio4 IDE. I am using examples from sun ONE studio documentation. "StockDemo Stock Service" if you know?
    Service is deployed successfully and when i execute the client first page is displayed when i put value in it and press "Invoke".
    An exception is thrown of Tomcat console.
    "Could Not connect with /StockService/StockService"
    My soap RPC URL is as follow
    "http://localhost:8000/StockServiceContext/StockService"
    web service is deployed on j2sdk1.3.1 (port:8000) instace R1 and client is accessing from tomcat web server(port:8081).
    Same case when i make my own stateless session bean and deploy its function with web service.
    I think there is error in soap RPC URL.
    Help me out
    Nadeem

    I'm also having problems with this example.
    MonitorFilter::IOException
    MonitorFilter::A web application object caused an exception
    MonitorFilter::java.rmi.RemoteException: HTTP transport error: java.net.ConnectException: Connection refused: connect; nested exception is:
    HTTP transport error: java.net.ConnectException: Connection refused: connect
    at StockWebServicePack.StockServiceClientGenClient.StockServiceServantInterface_Stub.findCompany(StockServiceServantInterface_Stub.java:79)
    at ......
    Did you find the solution for your problem? , if yes please post the solution.

  • Are there serious bugs with SUN one studio

    sometimes when I an trying to perform some particular type of operations in SUN one studio community edition on my pentium III 600MHz 256MB RAM system, SUN one studio vapourises from the deskop even faser than it does when u exit normally, i changed platform to Linux installing the linux binaries..the same problem also occurs..I heppens usually when i right click on a package trying to add new bean, or JSP or some other features
    Well i hope it is not my own machine that is bugging SUN studio
    Thanks

    I do but it still retains the same problem. I have jdk1.4.1 and yet it just vaporises from my desktop. Do SUN one studio have serious memory conflict with certain processes or what.

  • Multiple QueueReceiver for bundled Sun One MQ?

    Dear all,
    I am using the J2EE 1.4 SDK with its bundled Sun One MQ as the JMS server. When I tried to use multiple receivers on the same queue I got the following error:
    javax.jms.ResourceAllocationException: [C4073]: A JMS destination limit was reached. Too many Subscribers/Receivers for Queue : TestQ error C4073
    Looking at the log of the Sun One MQ server I found the following :
    [06/Feb/2004:15:49:05 PST] WARNING [B2009]: Creation of consumer from connection guest@hostname:1801 on destination TestQ failed:
    com.sun.messaging.jmq.jmsserver.util.BrokerException: [B4182]: Consumer can not be added to destination Q:TestQ, limit of 1 consumers would be exceeded
    I wonder whether this is the limitation of the SDK bundled version. I also tried to add the property imq.autocreate.queue.numMaxActiveConsumers but that was futile.
    I checked that the plaform edition has a limitation of 2, and the enterprise edition does not have a limitation.
    Any idea?
    Thanks and Best Regards
    Alex

    Hello,
    I am using SUN ONE AS Standard Edition 7.
    I am trying to set the parameter of the JMS destination resources (not the physical queue) - imq.autocreate.queue.maxNumActiveConsumers. I have tried 2, 3 or 10. I have got back the following exception. I also tried the maxNumActiveConsumers property - same result occurs. Any ideas ?
    [21/May/2004:12:52:27] SEVERE ( 4839): JMS5027: Exception in creating JMS destination administered object [jms/umsToGwQueue_bryanha]: [imq.autocreate.queue.maxNumActiveConsumers]
    [21/May/2004:12:52:27] SEVERE ( 4839): JMS5031: Exception in creating JMS destination administered object
    com.sun.messaging.InvalidPropertyException: imq.autocreate.queue.maxNumActiveConsumers
    at com.sun.messaging.AdministeredObject.setProperty(AdministeredObject.java:384)
    at com.sun.messaging.jmq.admin.util.JMSObjFactory.setProperties(JMSObjFactory.java:416)
    at com.sun.messaging.jmq.admin.util.JMSObjFactory.createQueue(JMSObjFactory.java:73)
    at com.sun.messaging.jmq.admin.jmsspi.JMSAdminImpl.createDestinationObject(JMSAdminImpl.java:203)
    at com.iplanet.ias.jms.IASJmsConfig.createDestination(IASJmsConfig.java:85)
    at com.iplanet.ias.jms.IASJmsUtil.installJMSResources(IASJmsUtil.java:219)
    at com.sun.enterprise.resource.ResourceInstaller.installJMSResources(ResourceInstaller.java:1383)
    at com.sun.enterprise.server.J2EEServer.run(J2EEServer.java:454)
    at com.sun.enterprise.server.J2EEServer.main(J2EEServer.java:1451)
    at com.iplanet.ias.server.ApplicationServer.onInitialization(ApplicationServer.java:230)
    at com.iplanet.ias.server.J2EERunner.confPreInit(J2EERunner.java:114)
    Thanks,
    Bryan

  • Good Book About Sun One Studio

    Is there any good book about Sun One Studio4 ? Does anyone using it and liking it ?
    Thanks
    Marco

    on the program itself I have never used it before I talked to one person who has and he likes it. DrJava is not too bad it has a REPL which comes in hand once and a while, emacs is really good too well the best really there is so many docs on it too.

  • Wireless toolkit in sun one studio 4 update 1 mobile edition?

    I'm starting work on a MIDP 2.0 procect that requires the 2.1 wireless toolkit for JSR-172 (web services) support. I'm currently using Sun One Studio 4 update 1Mmobile Edition with the built-in 1.04 toolkit. Is there any way for me to setup the 2.1 toolkit to work with S1ME4_1?
    I know the Early Access release of ME 5 ships with 2.1 toolkit support, but my project extends beyond the 60 day license.
    Any help would be appreciated. Thanks. :-)

    Hi,
    1. install the WTK 2.1
    2. In your project in S1ME4_1 in the Explorer
    - select Runtime -> Device Emulator Registry -> Installed Emulators
    - click right on that and choose "Add... Emulator" and enter your path to the WTK 2.1 (normally you have then a new "installed emulator" (J2ME WTK2.1)
    3. Open the "Default Emulator" and change it by clicking right on the one mentioned.
    4. add the midpapi20.jar from the lib directory of WTK2.1 to the classpath (i.e. by mounting)
    Hope it works.
    Kay

  • Sun ONE Studio 4 CE (Can't seem to edit)

    I can't seem to edit a certain segment of code. More specifically, the initComponents method. Please refer to the picture.
    http://www.sugarworldinc/JavaOne_question.gif
    I also right clicked the node, and there doesn't seem to be any option to make it editable. What am I trying to do? I'm trying to take out one of the fields in jTable1.
    Thank you for your time.

    Correct!
    Well, since the source files (.java) are ASCII (text), I went in and edited the text via notepad. After saving the file, I opened up Sun One Studio and it actually reverted the code back to it's original state (the auto-generated text).

  • Java sun one commmunity edition

    Hi-
    I am looking for a cheap windows IDE that has GUI and
    database capability. Sun one seems to contain these things as I read
    through the features. One IDE I played with a little (years ago) was
    Delphi. Does sun one community edition come with a toolbar for
    draging and dropping pre-built items like a database grid, check boxes,
    radio buttons, combo boxes, push buttons etc.?? Does it come with
    predefined events like form open & close or for database before post, on delete,
    after post etc. I know that is lots to ask for something that is free which
    brings me to a final question. If I use this tool and profit from using it am
    I violating a license agreement? I have 2 semesters C++ programming at
    college and cant find a cheap tool in C++ for windows (widely used).
    Borland and Microsoft are both expensive for C++ GUI.
    thanks for your help
    jim

    sorry... in the wrong forum.
    I will move to new to java.
    later
    jim

  • Can I download Sun One Application Server 7(standard Edition)on Windows XP

    Hi,
    I have Windows XP Home Edition on my system.I am planning to develop and test some applications on Sun One application Server 7.Will the server support XP platform?Any help is appreciated..
    Thanks,
    Radhika

    Hi Radhika,
    We certified Sun ONE Application Server on XP Professional.
    http://docs.sun.com/source/816-7142-10/platform.html#1003131
    You might be able to successfully install and use the product on XP Home Edition, but it this particular edition of XP is not officially supported.
    Download link is:
    http://wwws.sun.com/software/products/appsrvr/appsrvr_download.html
    Chris

  • Problem installing Sun ONE Studio 4 update 1, Community Edition

    I recently downloaded the Sun ONE Studio 4 update 1, Community Edition and tried to install it. At one point it searches for a valid JAVA 2 SDK. This seems to go on forever. I quit after 5 hours of waiting. I already have Java 2 standard edition v1.4.1 installed. Can someone please help?

    Well thanks Chuck!
    With a bit of messing around and a LOT of patience I finally installed Sun ONE Studio update 1 on my laptop pc, running Windows ME.
    The trick was (I think) to apply both of the above fixes, but also a couple of things that was not quite as evident.
    1 - Do NOT install the SDK in "C:\Program Files\" or any directory path that contains spaces in the name! Apparently that causes problems, and is noted in one of the Knowledge Base articles.
    2- When making the file noted in the Knowledge Base:
    ( http://forte.sun.com/cgi-bin/WebX?[email protected]@.ee815f4 )
    - It says: Contents of this new file should be:.
    jh=<jdk Home Path> (for example, jh=c:\j2sdk1.4.0_01)
    Well it does NOT mention that there should be 2 lines in that file!
    Make sure you include a carriage return and a second "blank" line!
    OK, that's it. GO ahead & loose yourself in the IDE.
    I hope this does not cause undue traffic in the forums but what the heck...
    -- HSC --

  • Sun One Mobile Application Builder BIG PROBLEM!

    Hi!
    I can't make S1MAB starts to run on WindowsXP!
    I downloaded and installed:
    1) JSDK1.4.2
    2) Wireless Toolkit 2.1
    3) Sun One Mobile Appication Builder
    Everything seems OK(except, one thing during installation i got next message "JVM could not be found", althought i have installed JSDK already!!!)
    Well...whem i'm tryting to start S1MAB, i got next message:
    [03/Aug/2004:14:04:38 1000] [ERROR]-main-java.lang.NumberFormatException: null
    at java.lang.Integer.parseInt(Integer.java:436)
    at java.lang.Integer.parseInt(Integer.java:518)
    at com.aligo.tools.applicationbuilder.ApplicationBuilderState.initialize(ApplicationBuilderState.java:169)
    at com.aligo.tools.applicationbuilder.ApplicationBuilderState.<init>(ApplicationBuilderState.java:109)
    at com.aligo.tools.applicationbuilder.ApplicationBuilderState.getInstance(ApplicationBuilderState.java:73)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder.<init>(ApplicationBuilder.java:319)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder.<init>(ApplicationBuilder.java:82)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder$83.construct(ApplicationBuilder.java:3278)
    at com.aligo.tools.thread.SwingWorker$2.run(SwingWorker.java:149)
    at java.lang.Thread.run(Thread.java:534)
    at com.aligo.tools.thread.SwingWorker.start(SwingWorker.java:192)
    at com.aligo.tools.applicationbuilder.ApplicationBuilder.main(ApplicationBuilder.java:3325)
    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:324)
    at com.zerog.lax.LAX.launch(DashoA8113)
    at com.zerog.lax.LAX.main(DashoA8113)
    After that process is termination.
    P.S.: i wounder, that so big famous company, make such software - software that is not working. Or at least poor documented! Because i have any info where is problem can be! What i must add/change/replace? What this message is really mean? What i must do? Help is extremelly needed!

    Already added! No success! I installed JBuilderX from Borland and it RUNS OK! But S1MAB is not working still! :(

  • Struts & Sun ONE Web Server Enterprise Edition 6.1

    Is there a web page that explains how to install struts and Tiles so that all web pages on the server use the information. I am trying to install on Sun ONE Web Server Enterprise Edition 6.1.
    I would like to do a company web site with one location for layouts, images, etc and then all later installed web applications can use this information.

    Hi,
    Its wise to use Oracle THIN client, unless you will need any OCI specific features.
    Oracle OCI driver requires that your client must have a Oracle Client installation to connect using OCI, but the thin driver only requires classes12.jar in the client host to connect.
    You can browse thru the Oracle JDBC Developers guide for more info.
    http://download-west.oracle.com/docs/cd/B10501_01/java.920/a96654/toc.htm
    Elango.

  • Help needed in Finding Download location for Sun One Portal 7

    Hi,
    help needed for finding download location for Sun ONE Portal 7. I tried to find in Oracle Download page ,
    http://www.oracle.com/us/sun/sun-products-map-075562.html, But unable to find.
    Please share the link for download location.
    I am totally new in Sun ONE Portal.
    Thanks,
    Edited by: 945439 on Oct 5, 2012 3:41 AM

    try edelivery.oracle.com under sun products.

Maybe you are looking for

  • Compact rio

    Hi. I am a new Labview user and I have a question about interfacing with FPGA. I have a compactrio and a 2 ni 9237 which a couple of pressure sensors connected to it. At the begining I just wanted to make sure that my sensors are working well so I tr

  • My ipod is locked for 23mill minutes and i know my passcode, how do i fix this?

    i need some help now with this and i really do not want to reset my ipod.

  • Your videos are NO HELP if the user is DEAF

    I cannot hear any of the instructions on your videos so they are not much use A major reason for using a computer is because deaf people become isolated from the world. How often do you encounter some problem and the advice is "phone us any time, we

  • How to completely remove programs?

    How do you completely uninstall programs on Mac OS? I was freeing up disk space yesterday and uninstalling pre-installed progs that I dont need so I wanted to get rid of GarageBand. I dragged GarageBand from the Applications folder to Trash but that

  • Using Open Tools

    Hi All, Has anyone developed any open tools in ODI? Can these open tools be used to create any tool that can be used inside an interfce? According to the documentation the open tools are used only in ODI packages I wanted to develop a functionality w