Package java.net does not exist........ (J2ME)

From: Carlos (caloga79_at_hotmail.com)
Date: 12/01/04

  • Next message: Josh Martin: "Tip: Creating Java Projects in Eclipse"
    Date: Wed, 01 Dec 2004 17:32:52 +0100
    
    

    Hello, i am trying to compile an application with Java Wirelees Toolkit
    2.2 (which runs already with J2SE), but it tells me, that it is
    impossible to finde the package java.net.
    The message looks like::

    C:\JavaWirelessToolkit22\apps\pmecarlos\src\ProfileReference.java:9:
    package java.net does not exist
         protected java.net.URI profileURL;
    C:\JavaWirelessToolkit22\apps\pmecarlos\src\ProfileReference.java:15:
    package java.net does not exist
         public ProfileReference(java.net.URI profileURL, int profileID) {
    .....
    Anyone knows what can i do?
    Thanks.
    Carlos.


  • Next message: Josh Martin: "Tip: Creating Java Projects in Eclipse"

    Relevant Pages

    • Package java.net does not exist
      ... i am trying to compile an application with Java Wirelees Toolkit ... (which runs already with J2SE), but it tells me, that it is ... impossible to finde the package java.net. ... public ProfileReference(java.net.URI profileURL, int profileID) { ...
      (comp.lang.java.programmer)
    • Re: Where Oh Where Are Runtime and System ?
      ... APIs would fit. ... > would be superset of the stuff in J2SE. ... But J2EE does not include J2SE, ... A package, on the other hand, is very specifically a group ...
      (comp.lang.java)
    • Re: Package java.net does not exist
      ... I don't know the Java Wirelees Toolkit, ... What tool, what compiler, what JDK? ... Carlos wrote: ... > impossible to finde the package java.net. ...
      (comp.lang.java.programmer)