Dumb newbie question - where do I download com.sun.web.me.*?

Hi,
I am new to j2me programming & have just started developing apps for mobile phones. So far so good, I have Netbeans 5.5.1 with the mobility pack and have created a couple of Midlets already. To braoden my knowledge, I have downloaded a coupe of samples from https://meapplicationdevelopers.dev.java.net/ but when I try and build them, I get errors regarding the import of classes com.sun.me.web.*
Where/how can I download & install these libraries for use in Netbeans 5.5.1?
Many thanks
Chris

Thanks for the response,
I have serached my computer for anything that looks like it might contain the required libraries, but top no avail
My code has the following lines which the compiler objects to:
import com.sun.me.web.path.Result;
import com.sun.me.web.path.ResultException;
import com.sun.me.web.request.Arg;
import com.sun.me.web.request.ProgressInputStream;
import com.sun.me.web.request.ProgressListener;
import com.sun.me.web.request.Request;
import com.sun.me.web.request.RequestListener;
import com.sun.me.web.request.Response;
so any help on where I might find them would be appreciated

Similar Messages

  • Dumb newbie question -- shell vrs linux console

    This is probably a dumb newbie question, but what is the difference between the shell screen and the linux console screen? I used another system before Arch and I believe there was only the shell screen! Does it matter which one is used?  Thanks -- Larry

    The console is the 2D text rendering thing. The shell is Bash, just a program that handles your input and has the console as output.
    If on the other hand you mean the console at startup, and you call that the console while you call xterm, etc. shells then the answer is different. It's just a matter of configuration if you automatically start X or not. A lot people use gdm or kdm to get a graphical login screen after bootup, others just type "startx" in the console when they want to start X.
    You can switch to the console with Ctrl+Alt+Fn where n is a number between 1 and 6. You can switch between consoles with Alt+Fn, X is on the last console, so to go back to X do Alt+F7.

  • Where can i download com.borland.jbcl.layout.*; ?

    Hi,
    Could someone tell me where can i download com.borland.jbcl.layout.*; package?.
    Its very urgent.
    Thanks.
    Vamsi

    I know this package is shipped with JBuilder, at least it was with version 4 and 6.
    if you emailed me at adrian at iceknife dot com i could send you a copy i have.
    HTH
    Adrian

  • Where I can download the Adobe Web Premium CS5

    hi.
    I am trying to find where I can download the Adobe Web Premium CS5 (I have the license, and I need to install this package -or its update- in my new computer)
    thanks

    http://prodesigntools.com/all-adobe-cs5-direct-download-links.html
    Make sure you follow the Very Important Instructions before proceeding to the actual download.

  • Where can i download (free) sun.jdbc.odbc.JdbcOdbcDriver?

    where can i download (free) sun.jdbc.odbc.JdbcOdbcDriver?... could u please give me the downlaod path...thanks...thanks million
    mag

    What if that code indicates you don't have it? i
    keep getting a ClassNotFound error for
    sun.jdbc.odbc.JdbcOdbcDriver. i can't d/l the JDK
    from Sun, i'm on OS X; i have downloaded it from
    Apple. i can't find the class anywhere, nor anywhere
    online. ODBC (not java) requires drivers which are OS specific. So it doesn't matter if you have the JDBC driver if you can't find the ODBC driver for the database that you want.
    i thought i was supposed to be able to code
    Java on OS X just fine?JDBC works. That is part of java.
    Drivers are not part of java. They are separate products.
    I suspect that, for example, if you want to connect to Oracle and you get the type 4 drivers from Oracle that they will work just fine on that OS.
    You might find that for the database that you are using that there is no driver (explicitly) for that OS though.

  • Where can i download the J2ME Web Services APIs (WSA), JSR 172?

    anyone know where i can download the WSA reference implementation so i can use web services with android? I see this page here has a link for WSA but it just takes me to a general oracle page. http://java.sun.com/products/wsa/
    any help will be greatly appreciated!

    this was the closest form i could find matching my topic. Other people have posted this question here with no clear response or bad download links i.e. this post:
    http://forums.sun.com/thread.jspa?forumID=76&threadID=5331792
    which has a link to :
    http://jcp.org/aboutJava/communityprocess/final/jsr172/index.html
    which has a BAD link to here:
    https://javapartner.sun.com/partner/downloads/JCP-ME/JSR-0172/
    James

  • Where do i find com.sun.xml

    Hi,
    i need to import com.sun.xml package but i get an error message: The import cannot be resolved. Evidently i miss some API. Where do i find it.
    Thanks in advance.

    Hi,
    i need to import com.sun.xml package but i get an
    error message: The import cannot be resolved.
    Evidently i miss some API. Where do i find it.
    Thanks in advance.It's a good thing you can't find it anyways, because it is not a standard class. Nothing from com.sun.* should be directly used - only java.*, javax.* (and other names that come with the JRE), your own packages, and true 3rd-party packages. com.sun.* doesn't fit any of those categories, they're internal classes (I'm pretty sure anyway).

  • Where can I find com.sun.xml.tree?

    Recently I was using java to achieve the transformation process from XML document to HTML document. The XML processor is Xalan-J. Of course, I also used Java API for XML(JAXP). During the process, I would use XMLDocument object, which need the help of com.sun.xml.tree, but I cannot find this package.
    Could you please tell me where I can find it?
    SDK's version:1.4.1
    Xalan-J's version:2.5
    JAXP's version:1.2

    To DevMentee: Thanks for your codes.
    I also coded pieces of programme to achieve my goal avoiding that package:
    import java.io.FileNotFoundException;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerConfigurationException;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.stream.StreamResult;
    import javax.xml.transform.stream.StreamSource;
    public class SimpleTransform
    public static void main(String[] args)
    throws TransformerException, TransformerConfigurationException,
    FileNotFoundException, IOException
    TransformerFactory tFactory = TransformerFactory.newInstance();
    Transformer transformer = tFactory.newTransformer(new StreamSource("transform.xsl"));
    transformer.transform(new StreamSource("myfile.xml"), new StreamResult(new FileOutputStream("myfile.html")));
    System.out.println("*** The result is myfile.html ***");

  • Dumb newbie question on iphone development

    Hi there, just a quick dumb question: Can i develop Iphone apps in Windows platform? This is b'coz I dun have Mac machine.

    a simple answer is YES in opposite of what you read here.
    +I'm a .NET developer and I started building web apps in .NET (ASP.NET).+
    The iPhone/iPod Touch supports 2 different ways to develop something for it, a Web Application (applications that runs on Safari browser, like Facebook and Wordpress) and a SDK Application (Self contain applications, like games, utilities, etc). *Under Windows, you can do any Web Application*, you will need a Mac to do SDK Applications
    Reading the Wrox book entitled: Professional iPhone Application Development (ISBN 0470251557) in page 5 the writer tells about 4 levels to do Web Apps:
    *Level 1 - Full compatible website/application*
    The ground level approach is to develop a Web site/app that is “ iPhone/iPod touch – friendly ” and is fully compatible with the Apple mobile devices. These sites avoid using technologies that the Apple mobile devices do not support, including Flash, Java, and other plug - ins. The basic structure of the presentation layer also maximizes use of blocks and columns to make it easy for users to navigate and zoom within the site. This basic approach does not do anything specific for iPhone/iPod touch users, but makes sure that there are no barriers to a satisfactory browsing experience.
    (just like http://del.icio.us/
    *Level 2 - Web site/application optimized for Safari*
    The second level of support for iPhone and iPod touch is to not only provide a basic level of experience for the Mobile Safari user, but also to provide an optimized user experience for users who use Safari browsers, such as utilizing some of the enhanced WebKit CSS properties supported by Safari.
    *Level 3 - Dedicated iPhone/iPod Touch web site/application*
    A third level of support is to provide a Web site tailored to the viewport dimensions of the iPhone and iPod touch and provide a strong Web browsing experience for Apple device users. However, while these sites are tailored for iPhone/iPod touch viewing, they do not always seek to emulate Apple UI design. And, in many cases, these are often stripped - down versions of a fuller Web site or
    application.
    (just like Amazon.com and Facebook)
    *Level 4 - Native - looking iPhone/iPod touch application*
    The final approach is to provide a Web application that is designed exclusively for iPhone and iPod touch and closely emulates the UI design of native applications. One of the design goals is to minimize user awareness that they are even inside of a browser environment. Moreover, a full - fledged iPhone application will, as is relevant, integrate with iPhone - specific services, including Phone, Mail, and Google Maps.
    I did 2 web apps using Dreamweaver for Windows, using Level 4, coding plain HTML - there is no visual aid, but you just pick up an iPhone/iPod Touch (or if you don't have this, use Safari browser or any WebKit Browser).
    You can always start here
    Remember, if you really want to build a self contain application in Objective-C/Java, then you need a Mac running Leopard (Mac OS X 10.5), with XCode (the Mac Visual Studio) and the iPhone SDK
    Hope that with this you can see some light under Windows

  • Newbie question-where to find forms development tool?

    I downloaded oracle 10g 10.0.2 enterprise or AS and my database is running, but I don't know where to find forms and navigation tools?
    please suggest me as i am practicing forms and developer as well, what products to download and what needs to be done...during install and to get those tools

    Hello,
    On the OTN site follow the link :
    Product center -> Middleware -> Forms Service
    http://www.oracle.com/technology/products/forms/index.html
    Then click the resource(software link)
    I suggest you to download the last version (Oracle Developer Suite 10g Release 2) and install it in it own Oracle Home
    Francois

  • Really dumb newbie question

    ok how do you change the text of a label for a form field, I drilled down to edit the layer its on, its property has it as dynamic, which doesn't make sense because it is static, but I don't care about that just how do I actually get to the text and change it. I would have thought it would simply be in the properties of the label. there is help that gets invoked when hovering over the label, is that perhaps what is making changing the label text so obscure to me at this point. see pic of where I'm at, don't know how to make the pic bigger and more readable, but its got the properties for the label open at the bottom and  the dropdown box is 'dynamic' but I'm not seeing where the actual text is stored.

    If you select the textfield and in the Properties panel you see <Instance Name>, then any text the textfield has in it is text that is typed into it because without an instance name assigned there is no way you can use code to assign the instance name.  So just edit the text directly in the textfield by typing in it.
    I'll take that back if it happens to be an AS1/AS2 file... in those versions it is possible to assign a variable to the textfield instead of an instance name (bad practice, but it can be done).  So if you see something entered in the Properties panel field labeled "Var:", then you might find some code assigning a value to the textfield that way.
    But if the first image you showed is one of the textfields in question, just edit the text you see directly in the textfield because it has no instance name nor Var assigned to it.  And while you're at it, change it to a static textfield... static textfields are easier to manage display-wise and avoid font issues that might come up with dynamic textfields.

  • Easy question, where do i download swing so the applets work on my comp?

    Just wondering
    under windows me and i can't find it anymore !
    thanks

    It depends. If you mean "Applets don't work via appletviewer" then you just need to download the latest JDK. If you mean "Applets don't work in my browser" then you need to do 2 steps:
    1. Download the Java Plugin from here http://java.sun.com/products/plugin/
    2. Enhance your applet tag by using the HTML converter. This will force the applet to run inside the fully complient Java Plugin rather than the non-compliant Microsoft JVM. The converter can be downloaded from here: http://java.sun.com/products/plugin/converter.html
    I just checked, and if you go to that first link and choose the "IT Professional" link instead of the "Consumer" link, you get the plugin and the converter both.

  • Dumb newbie question number 2!  - Table problem....

    Since my first question was answered so well, I thought I'd try a second!
    This one has me stumped. We have a Stellent content development and seperate live server. While developing the web site, I had no issues with content. Certain pages contain MS Word Native content and they appeared with no problem.
    Now we have our content moved to the live server, the tables in the word documents are appearing as black with white text, instead of white with black text. Some tables even show up as black on black.
    I don't manage the Stellent Content servers (I just use site studio) but my collegue has looked and can't see any difference between the live/develop content servers. I can't understand why I've got two different results for the same content! Any ideas??
    Many thanks!
    Jeanette

    Hi again Jeanette,
    You probably are using a conversion of the document and the conversion is not working fine.
    Look for this document in content server and check both versions (native and Web) in both servers.
    Alejandro

  • Dumb, newbie question about Quicktime

    I recently switched from PC to Mac, so I do not have much experience using Quicktime, rather than WMP. My question is this: Can I configure Quicktime to open internet videos in an external player, rather than in the web browser? The reason for the question is that the videos playing in the browser are very small, and I don't see a way of increasing the display size. Any help is appreciated.
    iMac   Mac OS X (10.4.7)  

    The Web page authors decide what size is displayed. They can also send the linked file directly to the QuickTime Player so it opens in its own window.
    Users (viewers) can't adjust the size if the file is told to open via the browser plug-in.

  • Dumb newbie question, here it goes...

    Hello all!
    I'm sure this is going to sound absolutely ridiculous, but,
    how do you define the page dimensions in CS3?
    I have found the thing at the bottom of the page, with the
    drop down menu, but this does not seem to lock the size.
    I just want my pages to be veiwable in 800x600 and whenever i
    check it on the web my background comes up as a series of tiles.
    !!!Please help!!!
    Thanks very much guys and girls for looking and any help will
    be much appreciated!!
    Darren

    > I'm sure this is going to sound absolutely ridiculous,
    but, how do you
    > define the page dimensions in CS3?
    You don't. You build your page so that no contiguous adjacent
    content on it
    is wider than the smallest browser viewport width you want to
    support
    without dropping horizontal scrollbars. And, you don't worry
    about height
    at all. The shape of the contents determins height.
    > I have found the thing at the bottom of the page, with
    the drop down menu,
    > but
    > this does not seem to lock the size.
    That's correct. It only adjusts the size of your document
    viewport to the
    selected values so that you can see how your page fits in
    those dimensions.
    I rarely use it (actually, never).
    > I just want my pages to be veiwable in 800x600 and
    whenever i check it on
    > the
    > web my background comes up as a series of tiles.
    Well, no, you want your page to be seen in an 800px wide
    browser viewport
    without a horizontal scrollbar. Actually you would want to
    make the page
    about 760px wide to fit on a maximized browser window on an
    800x600 screen.
    > and whenever i check it on the
    > web my background comes up as a series of tiles.
    Of course - that's how backgrounds work. They tile to fill
    the available
    space. If you do not want them to tile, then you have to tell
    the browser
    not to do that. The best way is to use CSS and the
    'background-repeat'
    style, e.g.,
    body { background-repeat:no-repeat; }
    (this will prevent any background image applied to the body
    tag from
    repeating (or 'tiling').
    > !!!Please help!!!
    Get a good (or even a mediocre) book on HTML and CSS and
    spend some time
    with it. DW will be ever so much easier after doing that.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "jebsmells" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hello all!
    >
    > I'm sure this is going to sound absolutely ridiculous,
    but, how do you
    > define the page dimensions in CS3?
    >
    > I have found the thing at the bottom of the page, with
    the drop down menu,
    > but
    > this does not seem to lock the size.
    >
    > I just want my pages to be veiwable in 800x600 and
    whenever i check it on
    > the
    > web my background comes up as a series of tiles.
    >
    > !!!Please help!!!
    >
    > Thanks very much guys and girls for looking and any help
    will be much
    > appreciated!!
    >
    > Darren
    >

Maybe you are looking for

  • Can't move tool windows around

    I had all of my tool windows set up and arranged like I liked them with my dual monitor setup, but then they got all rearranged when I displayed on a single monitor.  Now I can't drag any of them around to rearrange them.  They seem to be locked, but

  • MSA: Defaluting function in "Person Responsible" tile in Activity

    Dear Colleagues, In MSA --> Activities tile, whenever new activity is created and saved, in the "person Reponsible" subtile within Activity tile, the function field is defaluted to value "Sales Representative". We need to make it to "Sales Manager" b

  • Free anti virus software for nokia 5530

    Does anyone know where you can download free anti virus software for the 5530? i've tried a few sites (even trend micro) but none of the software i've downloaded is compatible with my phone

  • Not able to get resource names on the front panel

    Hi,    I tried communicating with Agilent DMM (34405A) with USB interface using Labview 8.5. I have installed Agileni IO Libraries Suite 14.2 and NI Visa 4.2. I have downloaded and installed Labview drivers for Agilent 34405A. The instrument is visib

  • MacBook Air - MB450LLA or Z0FS0LLA

    Hi guys, hope you can help me to make up my mind. I plan to buy a MacBook Air and found a nice rate for a 13" 1.8 GHz, 2 GB RAM and a lovely 64GB Solid state drive. The thing is that this one comes under two manufacturer's IDs: MB450LLA and Z0FS0LLA.