I can't find a .class specified in the javadoc

I am looking for the Package oracle.javatools.editor
Can someone please let me know if this package is opensourced and if so where?
-Daniel Biran

Welcome to Apple Support Communities
Open the Mac App Store and press the Redeem button:

Similar Messages

  • Can not find Main Class - Can't Run Application

    I have at this for a while and it is drivng me crazy... I have an application that I want execute in a bat file. I have checked the runtime environment by executing java and javaw, both which give option on error messages. I have set the classpath to point too the class subdirectory. Here it is.., Every time I execute the bath file or execute the javaw command, I get the "Can not find main class" message.
    I am using XP ...
    Help please...
    Thanks for all your help.

    when you set the classpath I presume you mean that your running java or javaw as:
    javaw.exe -cp %classpath%;.;c:\library\myfiles com.mycomp.myapp.MainClassIf your using a jar then you must specify the jar in the class path.
    Don't presume it will find the jar. Other than that, you will have
    to provide more details.

  • Can't find main class - program will end

    Dear forum readers,
    Recently upgraded from Win2k pro to XP pro .. installation ran to conclusion w/ no fatal errors BUT upon booting new system I now receive an error message "Java Virtual Machine Launcher can't find main class, program will end" .. I am not aware that this error is causing any problems BUT it is annoying and I'd like to be able to fix the problem so I don't have to close the error message at each startup .. please help!
    Thanks in advance, Larry

    Try this
    java -XbootClasspath/a -jar <<Prog name>>
    I think you are trying in windows XP.
    Also you need to modify if there are any other jars to be reference. For eg if a.jar is also required for this try as below
    java -XbootClasspath/a:a.jar -jar <<Prog name>>

  • Package can't find other classes in package

    Code Snippets:
    **++++++++++++++++++++++++++++++++++++++++++++++
    package fordsec;
    // Imports
    import java.sql.*;
    import java.math.*;
    public class AdminUsers {
    public int createSingleUser() throws SQLException {
    Connection tmpconn = null;
    int cnt = 0;
    try {
    OraConn myconn = new OraConn();
    **+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Javac error
    oracle@eccis72-LOGMON-> javac AdminUsers.java
    AdminUsers.java:107: cannot resolve symbol
    symbol : class OraConn
    location: class fordsec.AdminUsers
    OraConn myconn = new OraConn();
    OraConn is in the package directory,
    OraConn is a member of the package,
    OraConn compiles ok,
    OraConn as a default () constructor
    It appears the AdminUsers Class is not importing the package and making the members available to this class.
    Any Ideas (I hope this is simple)

    When calling javac, you can pass it the exact diretctory and filename of class AdminUsers. But still it will not try and locate another class of the same package in that same directory, if it's not on the classpath - even if that class is assumed to be in the same package.
    That means, the "base directory" should be included in the environment variable CLASSPATH or - if you use the -cp Option on the command prompt that starts javac, you should include it there.
    In your case, this base directory would be the one containing the directory fordsec (which has the name of the package). Javac will find class OraConn in the fordsec subdirectory of ANY base directory listed in the classpath - it will merrily accept the first one (according to the sequence of directorynames in the classpath) that happens to contain a fordsec which contains an OraConn.
    If it finds just the sourcefile OraConn.java, it will compile it first in order to produce OraConn.class in the directory where it found OraConn.java. If it already finds some OraConn.class anywhere on the classpath, it will not look for an OraConn.java; the compiler always verifies the existence of a referenced type by finding its .class file along the classpath (so if it cannot find or produce OraConn.class it cannot successfully compile AdminUsers either).

  • Installing 10g on Windows XP machine JVM launcher "Can't find main class"

    I am trying to install 10g Release 2 on a Windows XP machine. I downloaded the zip from the OTN. Unzipped the file. No problems. Tried to run the OUI, it opened up a shell and said to wait. The shell closed and a message frome the JVM Launcher displayed "Can't find main class. Program will exit." I have seen several people on this and other discussion boards having this problem, but have yet to get a solution. Please help.

    What's the value of CLASSPATH environment variable? Possibly a non-oracle application has set this variable and the installer catches it. If there is such a variable, comment it out and try again.

  • Can't find Java Class of a standard UI Command

    Hello everybody,
    Where can i find Java classe source and Bundle file of a standard UI Command "AppDetails"
    for example ?
    Thanks & Regards,
    Hassan Mounim

    Hi Hassan,
    You can find the UIDetailsCommand class here:
    ..\WEB_INF\portal\portalapps\com.sap.km.cm.ui.flex\private\lib\km.appl.ui.flex.uicommand_core.jar
    And the bundle file UIConst here:
    ..\WEB_INF\portal\portalapps\com.sap.km.cm.ui.flex\lib\km.shared.ui.flex.uicommand_api.jar
    Hope this helps,
    Robert

  • Where can I find SafeZipFileInputStream class in weblogic 10.3

    Hi ,
    I am migrating my application from weblogic8.1 to weblogic 10.3. In my application I used SafeZipFileInputStream.class , this class is placed in weblogic.jar file.
    In weblogic 10.3 SafeZipFileInputStream.class is not in weblogic.jar file.
    Can anyone help me where can i find this class.
    Thanks in advance.
    Sha.

    It is under modules directory, look for modules\com.bea.core.utils.full_1.4.0.0.jar or modules\com.bea.core.utils_1.4.0.0.jar

  • Background callable object :  can not find this class name

    Hi All ,
                  I am following this tutorial link for creating background callable object
    http://help.sap.com/saphelp_nwce10/helpdata/en/9a/e8934258a5ca6ae10000000a155106/frameset.htm
    I have created java and enterprise application DC and deployed successfully. But while creating CO in design time when i am selecting application and entering class as com.examples.bckgco.UserDetailsCallableObject  for Implementation Class Name , and on click next i m getting exception as  "can not find this class name".       package and class name are correct still getting this excetpion message. Plz help me to resolve this solution.
    Regards
    Kavita

    Hi, kavita.
    First, make sure you choosed the correct container when you created the background CO.
    Second, make sure your package name was "com.examples.bckgco" and class name was "UserDetailsCallableObject". The exception  which you got just means you entered incorrect name.
    It doesn`t relate to your program.
    Best Regards.
    Louis Huang.

  • CAN NOT FIND MAIN CLASS

    Why after i have unzipped and edited the classes in the jar file and zipped them together again, it gives me the message "CAN NOT FIND MAIN CLASS"?
    This is after i have edited any class in the .jar zip.I did not edit the Manifest text file,can someone who has experienced this problem show me how to overcome it.
    Thank you.

    i think you have to read the "java tutorial on Jar files".
    i guess after you have exracted the .jar file then you've edited the ".class"(i dont know how you did it) but i think you mean ".java" you should create another .jar file to be able to reflect the changes you have made, then set the main-class attribute of the newly created .jar file.

  • How can I find these classes---please!!

    where can I find these classes
    com.sun.media.protocol.dsound.*
    com.sun.media.protocol.sunvideo.*
    they are needed in a JMF program.

    Generally speaking, sun classes are for internal use only. That's not to say you can't call things in those classes, but documentation is hard to come by if at all.

  • Unable to load servlet  class specified in the module.

    Hi,
    Hope that I am in the right Forum to ask this question.
    I tried to develop basic servlet example as specified in http://java.sun.com/developer/onlineTraining/J2EE/Intro2/servlet/servlet.html.
    When I create WAR file in Deployment tool I get the following error. How can I rectify this?
    Thank you very much for any help.
    Regards,
    Indika
    Error :
    Unable to load servlet class specified in the module.
    Please contact online help for assistance.
    java.lang.UnsupportedClassVersionError : bonus/controller/BonusCalculationServlet (Unsupported major.minor version 49.0)

    Hi Yohan_co,
    I haven't used Application Server 8.2, but I think the problem is because the jdk that AS is using is previous to the jdk that your are using to compile your source files.
    I hope that it helps you.
    Regards

  • The Export Frame for Classes specified in the Publish or Export settings

    Hi,
    I have a site I'm currently editing for a client, I'm adding a video element into it, but it doesn't play when I test movie, and when I test scene it gives me this error message:
    WARNING: The Export Frame for Classes specified in the Publish or Export settings, frame 2, does not exist. No bytecode for ActionScript 2.0 classes or interfaces was exported.
    I've heard its a bug in CS3
    Can anyone help?
    here's the actionscript:
    /**********---------- Config Part ----------**********/
    import cn.com.webstudio.util.*;
    Stage.scaleMode = "noscale";
    Stage.align = "TL";
    //Stage.showMenu = false;
    stop();
    /**********---------- Variable Part ----------**********/
    var xmlpath:String;
    var dataArr:Array = [];
    var curItem:Number = 0;
    //sound volume setting
    var volume:Number = 50;
    //buffer time setting
    var bufferTime:Number = 10;
    var locked:Boolean = false;
    //please set these fellowing value from external xml file.
    var autoPlayFirst:Boolean = false;
    var autoPlayAll:Boolean = false;
    var autoNext:Boolean = false;
    var mainStyleColor:Number = FFFFFF;
    var titleItem, videoItem, thumbList, controlItem, scrollItem;
    /**********---------- Function Part ----------**********/
    // Load the xml file.
    function loadXML(url:String, callback:Function) {
        var myxml:XML = new XML();
        myxml.ignoreWhite = true;
        myxml.onLoad = function(success) {
            if (success) {
                if (callback != null) {
                    callback(this);
        myxml.load(url);
    if(xmlpath !== undefined ){
    loadXML(xmlpath, parseXML);
    }else{
    loadXML("config.xml",parseXML);
    // parse xml data
    function parseXML(xml:XML) {
        curItem = -1;
        dataArr = [];
        var i, j, temp1, temp2, temp3;
        temp1 = xml.firstChild.firstChild.childNodes;
        // config part
        autoPlayFirst = temp1[0].firstChild.nodeValue=="false";
        autoPlayAll = temp1[1].firstChild.nodeValue=="true";
        autoNext = temp1[2].firstChild.nodeValue=="true";
        mainStyleColor = int(temp1[3].firstChild.nodeValue);
        // item data
        temp2 = xml.firstChild.childNodes[1].childNodes;
        for (i in temp2) {
            dataArr[i] = {};
            temp3 = temp2[i].childNodes;
            for (j in temp3) {
                dataArr[i][temp3[j].nodeName] = temp3[j].firstChild.nodeValue;
        init();
    function init() {
        // title item
        titleItem = this.attachMovie("titleItem", "titleItem", 1);
        titleItem._x = 68;
        titleItem._y = 21;
        // video list
        videoItem = this.attachMovie("videoItem", "videoItem", 2);
        videoItem._x = 68;
        videoItem._y = 50;
        videoItem.posX = videoItem._x;
        videoItem.posY = videoItem._y;
        videoItem.posW = videoItem._width;
        videoItem.posH = videoItem._height;
        // thumb list
        thumbList = this.attachMovie("thumbList", "thumbList", 3);
        thumbList._x = 558;
        thumbList._y = 20;
        // control item
        controlItem = this.attachMovie("controlItem", "controlItem", 4);
        controlItem._x = videoItem._x-1;
        controlItem._y = videoItem._y+videoItem._height+11;
        controlItem.posX = controlItem._x;
        controlItem.posY = controlItem._y;
        var mainStyleColor:Number = FFFFFF;
        //controlItem.volBut.onPress();
        // scroll item
        scrollItem = this.attachMovie("scrollItem", "scrollItem", 5);
        scrollItem._x = thumbList._x+thumbList._width-scrollItem._width+3;
        scrollItem._y = thumbList._y+thumbList.mask._y;
        // set main style color
        setStyle();
    function setStyle() {
        wEffect.setRGB(thumbList.back, mainStyleColor);
        wEffect.setRGB(controlItem.back, mainStyleColor);
        wEffect.setRGB(titleItem.back, mainStyleColor);

    click file/publish settings/flash/actionscript settings and make sure frame 1 is set as the export frame.
    if that's already set, don't use test scene.

  • I just can't find my ip cam on the network....?

    i just can't find my ip cam on the network....? Its plugged directly to time capsule whoyh ethernet cabel. but nothing to find on my mac...?? its a sony sensor 2mp ip cam an i have iMac and time capsule and some iPhone and a hp printer on this network everything is working fine but i justb cant find the cam... please HELP :-)

    becourse i can find the ip and mac adress from the cam on my Dell Laptop running on Windows vista
    Is this setup as you described.. the camera plugged into the TC? Both Mac and PC plugged or on wireless from the TC?
    What exactly is the IP of the camera?
    What is the IP of the TC?
    When you say you cannot find the CAM on the TC what exactly are you expecting?? Nothing at all will show up from the CAM on the TC when you have it plugged in by ethernet.
    How do you open the IP camera to access its controls.. on the PC or does it use a special PC only software??is it just via a browser?
    Have you tried opening it via browswer in the Mac?? if the layout is as you described and you can open it from the PC then the Mac will work exactly the same.. but cheap CAMs will not have Mac software. So this will only work from a browser.
    butt on the Dell laptop i cant install airport tool? or can i ?
    Of course you can install the windows version of the airport utility.. how does this help you.. I think you do not understand that the TC is a dumb hard disk in a router.. it offers nothing for your network.. it will never be able to see the Camera.. it is not smart enough to do anything but save files from a computer.

  • On my ipad mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server.

    On my iPad Mini, when I delete an email from the inbox (and it goes into Trash), it immediately deletes that email from the server (ATT/Yahoo).  I've called support for both ATT and Apple and can't find a way to have the emails remain on the server. 
    My husband and I share an email address and if he misses a day checking email on his notebook, he doesn't receive the items that I have sent to Trash on my iPad Mini.
    Appreciate suggestions.
    [The curious thing is, if I "move" the deleted emails from Trash on my iPad Mini into the Inbox, I can go to my notebook, open my online email and they are back in my ATT/Yahoo Inbox.]

    Is your Yahoo account set up as POP3 or IMAP?

  • I just got a new MacBook Pro, and I tried to bring across my files from my last mac using time machine. After it was done copying I can't find my files anywhere but the space (about 130gb) has been used on my hard drive. Help please!!

    I just got a new MacBook Pro, and I tried to bring across my files from my last mac using time machine. After it was done copying I can't find my files anywhere but the space (about 130gb) has been used on my hard drive. Does anyone know how I can get to them? I did change my user name from 'user' while it was copying, could this have something to do with it?

    You don't want to do that by copying.
    Your best bet, by far, is to use Setup Assistant.  If your Mac is running Snow Leopard, see Using Setup Assistant on Snow Leopard or Leopard.
    If it came with Lion, it's a bit different: Using Setup Assistant on Lion

Maybe you are looking for

  • OTHER TABLE FIELD

    Hi all i am compiling the below code am getting evrything fine but am not able to get the G/L account description from the table SKAT.The other firlds that am accessing from BSEG table are getting through.Please help with regards vijay REPORT  ZGLACC

  • 3 minutes from wake from sleep  to control

    This issue started a couple months ago, I was still in 10.8 and thought upgrading to 10.9 would help, it has not. After I put my Macbook pro to sleep, when I open the lid it can take as long as three minutes until I have full control of the desktop.

  • Infoareas do not at Query Designer and Analyzer

    Dear frieds, We are do not see the infoareas at Query designer and analyzer ( BW Quality ), in DEV is all right, what's happening ? OBS: The user autority is equal in all clients. Thanks. Fabrício

  • Charge AND play through

    I have a Zen Sleek but this question is most likely relavant for other MP3 players. When I connect Zen Sleek to a computer with only Windows Media player through the USB cable, . It start to charge and I can still use the MP3 player 2. When I start t

  • Error in check_tableview_all_rows ?

    I've seen postings on the same subject before, but here we go again: In a page with 2 or more tableviews, the following code: cl_htmlb_manager=>check_tableview_all_rows(                   rowcount = wa_lines                   request  = request