Help: Forte on Windows, cant find javax packages

Forte integration was working fine for me yesterday, and after uninstalling and re-installing (to fix another problem), I now get the following error:
Test/TestApp.java [9:1] package javax.microedition.midlet does not exist
import javax.microedition.midlet.*;
^
Any ideas what went wrong? Where does Forte look for the classpath? I have a CLASSPATH environment variable set, is it using this, or is there an app-specific configuration it looks for? Forte 3, JDK 1.3.1, J2MEWTK 1.0.3.
Thx,
Fred

[HypnosFred],
Did you re-install the J2ME Wireless Toolkit 1.0.3 BETA as well after your re-installation of Forte for Java 3.0?
This is because the installation process of the J2ME Wireless Toolkit 1.0.3 BETA software will prompt the user if he/she wants to integrate to Forte for Java or not. If you choose to integrate the J2ME WTK to Forte for Java, it will place classpath settings, etc, etc, etc on the configuration files of Forte for Java 3.0.
Let us know if you still have problems and get the error messages.
HTH.
Allen Lai
Developer Technical Support
SUN Microsystems
http://www.sun.com/developers/support/

Similar Messages

  • Forefox won't start in windows XP: I get the message that windows "cant' find the exe file" even when I click from the program file, rather than the shortcut.

    Forefox won't start in windows XP: I get the message that windows "cant' find the exe file" even when I click from the program file, rather than the shortcut.

    Delete the current Firefox shortcut on the desktop and create a new desktop shortcut via the right-click context menu on the Firefox.exe program (Send to > Desktop)

  • Cant find a package

    I am trying to compile an example i found on web to send snmp traps but I cant find the package it uses.
    where can i find it ?
    regards
    Sami
    package com.sun.content.server.foundation.snmp;
    public class SnmpTrapTest {
    * For unit testing.
    * @param args an array of command-line arguments
    public static void main(String[] args) {
    try {
    System.out.println("Starting...");
    SnmpTrapSender sa = SnmpTrapSender.getInstance();
    // new SnmpTrapSender("172.16.1.38", 162);
    sa.sendTrap(SnmpConstants.SNMP_TRAP_DBCONNECTION_DOWN, "DB Down Test");
    sa.close();
    System.out.println("Done...");
    } catch (Exception e) {
    e.printStackTrace();
    System.exit(0);
    }

    i got this while googling the web
    [http://www.sun.com/software/products/delivery_server/index.xml]
    in the comments at the beginning of file, it said this:
    * Title: Content Delivery Server
    * Description:     Manages sending traps to the specified NMS
    * Version:          1.0
    */i'm not completely sure, but this was what I could find so far
    this link too for the link provided for the license in the comment in the code:
    [https://opencds.dev.java.net/]
    nvm... check out the link just above (opencds)
    also check out their api, here's a link to their doc's page:
    [https://opencds.dev.java.net/pages/documents/index.html]
    Edited by: scphan on Apr 14, 2009 5:44 PM
    Edited by: scphan on Apr 14, 2009 5:47 PM
    Edited by: scphan on Apr 14, 2009 ~5:49 PM

  • My daughters ipod touch says disabled. went on help, did the sync, cant find the asst that asks me to restore.

    my daughters ipod touch says disabled. went on help, did the sync, cant find the asst that asks me to restore.

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • TS1717 windows cant find  itunes exe.

    Installed new version of Itunes onto pc.On start up I get massage that windows cant find programs/itunes/itunes exe,check address again.Has anybody got an idea? 

    Can you check something for me please?
    In Computer, open your C:\ drive (or whichever drive your Program files are installed on).
    If you have a 32-bit Windows Vista, open the "Program Files" folder.
    If you have a 64-bit Windows Vista, open the "Program Files (x86)" folder.
    Open the "iTunes" folder.
    Doubleclick directly on the iTunes.exe file. Do you still get the same message?

  • Hi, I was wondering if anyone can help me because I cant find my external Hardrive on My Macbook Air running OSX Mavericks. If anyone could help me solve this it would be highly appreciated Thanks

    Hi, I was wondering if anyone can help me because I cant find my external Hardrive on My Macbook Air running OSX Mavericks. If anyone could help me solve this it would be highly appreciated Thanks

    Click once on the Desktop to switch to the Finder.
    Command and , (comma) keys to open its preferences.
    General tab. Make sure the show hard and external disks is checked.

  • JavaServerFaces javax.faces.application.Action cant find this package/class

    My ant build is failing as a result of being unable to find
    javax.faces.application.Action (I extended this class). I cannot find
    that package in any of the jsf-ea3 or j2ee jar files. Any help would be appreciated.
    I already posted this once but got no response, this time I will assign a few dukes. I figured this was a simple question.

    Well that would explain why I can't find it, as I am using EA3. And by the looks of my compile errors when using jwsdp1.2 (includes ea4), I have some work to do to get my app to compile under the new release. Thanks, you get the dukes.

  • Where to find javax package??

    I got a javax package which holds only servlet package and now i need ejb which not there in my package..Please tell me where the javax whole package ????

    You can find the complete set of classes bundled with one of the jars provided by your Application Server. It's weblogic.jar in case you're having Weblogic App Server, jboss-j2ee.jar if you have JBoss on your box as the App Server and so on.
    cheers,
    fun_one

  • Finding javax package with javac

    Hi
    I have just installed j2sdk1.4.0_03 and Tomcat 4.1, using it as a JSP/servlet loocalhost. The installation wooks fine but when I try to compile with javac, the javax package can�t be found.
    This is the change I have made to autoexec.bat �
    set PATH=%PATH%;C:\j2sdk1.4.0_03\bin
    set CLASSPATH=.;C:\j2sdk1.4.0_03\src.zip
    Obviously the javax package is not included in src.zip but when I use, for example page import javax.servlet.* in a jsp-file that is compiled by Tomcat, it is found.
    So, how do I get javac to find the javax package?
    Thanks in advance / regards pg

    to run servlets you need to add the servlet.jar in your classpath. servlet.jar comes with most servlet runners like tomcat.

  • Cant find javax.vecmath!

    Hi all,
    I've been trying to compile a very simple java3d example (Simple3D.java if anyone recognizes it). But it doesn't compile, because it complains and can't find javax.vecmath.* Why is this? I mean I can run Swing code, and all other 3D code. Where do I download javax.vecmath separately?
    Very grateful for help!
    / jez

    Okey I found it at last somewhere on the net. Crazy thing I didn't get it in the Java3d download... But anyway :)
    Have a good day!!

  • How to set JDeveloper to find javax packages

    I need to import javax.naming and javax.packages in my code. These are available in j2ee.jar (provided by sun). I placed this jar in JDeveloper/lib directory and added this library to my default project properties. But I receive an error message saying that the classes are not found.
    How do we use Sun's packages in JDeveloper
    Thanks in advance
    Mita

    In general, this should work. You say, though, that you added the libraries to the Default Project Properties? The default project properties are only used when you create a new project. Make sure that the libraries are accessible to your current project as well.
    -- Brian

  • Unistalled firefox on windows vista now wont allow me to reinstall get error message windows cant find

    unistalled firefox due to ask.com toolbar when tried to reinstall firefox from already saved set up exe file windows states cannot find c:/user/jim/appdata/local/temp/7zSAD30.temp/setup exe make sure you typed the name correctly and try again.
    This same meesage came up when i tried to download firefox directly from mozilla the file set up exe would download and when i pressed run the error message appeared again
    grateful for any help you can offer regards

    Try to delete the files in the temp folder.
    Download and save the Firefox installer to the desktop and start the installation with a double-click on the desktop icon.
    You can find the full version of the latest Firefox 25.0.1 release in all languages and for all Operating Systems here:
    *http://www.mozilla.org/en-US/firefox/all.html
    Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) if you keep having problems with downloading and/or installing.

  • Hi can someone help  me please, I cant find a way to transfer my photos from my iphone 4 to my iphone 5c ?

    Hi can someone show me how to transfer my photos from my iPhone 4 to my new iPhone 5c  I already setup new iPhone by mistake not knowing about icloud, know when i try icloud i cant seem to find a way to transfer my photos? please help

    Use Photo Share:
    iCloud Photo Sharing FAQ

  • Help with Epson 265 cant find epson driver only gutenprint!

    I hope you can help - Epson are no help!
    I have and Epson R265 - it does print but will not allow any other utility maintenance. This means I cannot check on cartridge ink levels, clean nozzles etc.
    I have read and re-read all the instructions about not using the Gutenprint driver but cannot find any of the other Epson 'official' drivers here on my iMac despite installing them from Epson's site.
    Please help!
    Karen

    Hi Karen and welcome to Apple Discussions.
    Do you mean you can't find the drivers on your computer? The actual files are located in (user)/Library/Printers or in bootvolume/Library/Printers.
    Which driver version are you using? _[According to Epson, the latest version is 6.10|http://esupport.epson-europe.com/ProductHome.aspx?lng=en-GB&data=wsMoc1iCh VFkpIJHxGzU002Fw3ewZInBGepzWqN4djOtqlEU003D&tc=6#7]_.
    I did see this thread re how AppleGrapple had managed to get his R265 to work.
    Let us know how it goes.
    /p

  • HELP!!  I cant find an answer anywhere...  Stream issue

    I've been trying to stream these two videos from my itunes to my appletv. I've never had a problem before and every other video I've tried today streams and syncs with no issue. These two videos both show up under my movies on itunes but I cant get them to show up on the appletv. The only thing i can think of is that these two vids are the biggest size of all my other videos, one is 650 mb, and the other is 1.8 gb, they are both MP4 and play fine in itunes. whats the problem?

    size isn't the issue.
    it could be that the 2 videos are not appletv compatible (just because they are in itunes does not mean they are appletv compatible).
    play 1 of them in quicktime and open "movie inspector". post the results and we can advise if they are compatible or not.

Maybe you are looking for

  • [CS2][AS] Make XML import map is calling a refresh on styles?

    If this can be of use to someone else... it's probably not CS2,AS specific.. but this is what i use. It's the second time i have a bug like this, where changing the order of my calls is fixing the problem. With this one, i was getting random missing

  • Can we hide the arrow icon in the hide/show link ?

    well i need to hide the arrow icon in the hide/show link because this icon makes the printer prints many page for only one page print request so if anybody have any idea about this please inform ... thanks in advance

  • Inserting PDF Files

    Hi, I'm after a bit of help, I'm trying to create a customer proposal and want to add some product datasheets into my document. I can drag the pdf into pages and it works fine except it only seems to show the first page of the PDF. How do I get to in

  • Can't open MS Office docs because X11 software not installed.

    For a couple of weeks now almost every document I receive by email, and even some old documents of my own on my hard disk, will not open by double-clicking. When I do double-click a dialogue box appears which says "OpenOffice.org for Mac OS X cannot

  • Lost Bluetooth Connection when in Sleep-Mode

    Hey, when i have three devices hooked up with bluetooth to my 2009 27" imac (keyboard, magic mouse, magic trackpad) it randomly looses its bluetotth connection. so i have no possibility to type my password to log in. it mostly happens when the mac is