NativeSQLAccess where to find relevant classes?

Dear community,
upon trying to access a function from Java code within an EAR-project I realized that I need the NativeSQLAccess to run e.g. CallableStatements on the database as this exceeds OpenJDBCs capabilities.
I found the docs and have a good guess about how to implement it, but I can not find the JAR-file which contains com.sap.sql.NativeSQLAccess class.
Does anyone know where to find it?
thanks in advance!
regards,
Christian

Hi,
You need the file "opensqlsta.jar". You can find it in the plugins folder of you developer Studio under ..\plugins\com.sap.opensql_2.0.0
Regards,
daniel

Similar Messages

  • Where to find Java Class File Specification for Java 5.0?

    Where to find Java Class File Specification for Java 5.0?
    thank you in advance.

    same place you found it for 1.4Can u give more details? I thought the class spec for Java 1.4 is the same as Java 1.2.
    anyone can tell where to find Java Class File Specification for Java 5.0?
    Thanks.

  • Servlet compilation - where to find the class files ?

    Hi !
    I am new to servlets and I have just downloaded Tomcat 4. I think that a servlet has to extend the HttpServlet class and throws a ServletException exception, right ? But where can I find these classes for Tomcat (I think that these don't ship with it !). I tryed to fix the problem by downloading these classes for JSDK but the Tomcat examples (which I could run) did not compile !...
    It is perhaps a silly question, but could someone help me out ?
    Thank you

    There is a package called servlet 2.3 wich contains all the classe you need to create servlets, you can download it from
    http://java.sun.com/products/servlet/download.html

  • Where to find wrapper classes

    Hello,
    we would like to trace an exception thrown by a wrapper class generated by the deployment of an entity bean. Where are these classes stored? Is there any possibility to keep the sources of the wrapper classes, or at least the class files to decompile them?
    Regards
    Stefan

    Stefan -- Wrapper classes are kept in the deployment.cache file under your specific application within the application-deployments directory. You can extract the files with either jar or winzip.
    Thanks -- Jeff

  • Where to find these classes?

    I am trying to use JSP with XML for which I am writing a parser program.
    But I am unable to get the following packages and classes. Kindly help me.
    com.sun.xml.parser.Resolver and com.sun.xml.tree.XmlDocument

    why do you want to use these classes? Sun doesn't recommand binding your code to com.sun.* classes, it's much better to use JAXP and realy on the platform to pick the right implementations.

  • 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

  • Where can I find a class to train for Mac Microsoft Powerpoint 2008??, Where can I find a class to train for Mac Microsoft Powerpoint 2008?

    I'm trying to find a class I may attend for Microsoft Powerpoint 2008 for Mac. Charlotte, NC

    As PowerPoint is not an Apple product,  you may get faster results by postin in this forum:
    Office for Mac forums

  • Jar file could not find main class.. I cant see why?

    I have read loads of tutorials on this and it should be very straight forward but i STILL cant make a working jar file of my program.. please see if you can see anything wrong with what im doing..
    my program is one .java file that compiles perfectly, and is runnable both through eclipse and by using the command prompt.. i made a jar file using both eclipse and the command prompt, and neither worked.. every time i run it by double clicking it i get the error "could not find main class, program will exit". here is the contents of my jar:
    CorePackage\IPEmailer.class
    CorePackage\IPEmailer$1.class
    CorePackage\IPEmailer$SMTPAuthenticator.class
    META-INF\MANIFEST.MF
    the MANIFEST.MF file contains:
    Manifest-Version: 1.0
    Class-path: .
    Created-By: 1.6.0_02 (Sun Microsystems Inc.)
    Main-Class: CorePackage.IPEmailer
    (yes there is a blank line at the end)
    the class mentioned in 'Main-Class' has a main method that looks like this:
    public static void main(String[] args) {
        // TODO Auto-generated method stub
        new IPEmailer();
    }the program uses 2 external jar files:
    activation.jar
    mail.jar
    and reads a file called:
    ipemailer.ini
    and writes a file called:
    ip.txt
    the program has no GUI and is intended to run 'silently' in the background
    please help me understand what is wrong with this

    package CorePackage;
    import javax.mail.*;
    import javax.mail.Authenticator;
    import javax.mail.PasswordAuthentication;
    import javax.mail.internet.*;
    import java.util.*;
    import java.io.*;
    import java.net.*;
    public class IPEmailer implements Runnable{
          * @param args
         String recipientsinput[]={""};
         String subject;
         String body;
         String server;
         String user;
         String pass;
         String from;
         String urlString = "http://www.whatismyip.org";
         String currentIP;
         String ipFromFile;
         boolean webFailed;
         long interval = 900000; //15 mins
         long oldInterval;
         Thread t = new Thread(this);
         public static void main(String[] args) {
              // TODO Auto-generated method stub
              new IPEmailer();
         public IPEmailer(){
                         ..........etccould the problem be that the class is a thread? i cant see why it would be, but ive never made a jar where the main class also 'implements runnable'

  • Where to find file AForm32.api mentioned in Acrobat SDK?

    Hello everyone,
    A paragraph under the following path in Acrobat SDK
    "Acrobat Interapplication Communication > Interapplication Communication API Reference > Acrobat Forms Plug-In > Forms plug-in OLE automation"
    suggests to place the AForm32.api file in the Acrobat's plug-ins folder:
    Quote:
    Registration in the Windows registry (which is different from the class object registration described above) happens every time Acrobat loads the plug-in. Therefore, you must run Acrobat at least once with the AForm32.api file in the plug-ins folder before its type library can be found for object browsing within the Microsoft Visual Studio environment. This is also necessary in order to allow early binding. Declare the program variables as objects of the corresponding classes in AFORMAUTLib, and not simply as Object.
    Question:
    Does anybody know where can I get the mentioned file AForm32.api ?
    Thank you.
    surotkin.

    AForm32 is now AcroForm – it's the same thing.
    However, I don't believe that we expose the COM APIs in the Standard edition – only in the Professional edition.
    From: Adobe Forums <[email protected]<mailto:[email protected]>>
    Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
    Date: Wed, 23 Nov 2011 09:21:02 -0800
    To: Leonard Rosenthol <[email protected]<mailto:[email protected]>>
    Subject: Where to find file AForm32.api mentioned in Acrobat SDK?
    Re: Where to find file AForm32.api mentioned in Acrobat SDK?
    created by surotkin<http://forums.adobe.com/people/surotkin> in Acrobat SDK - View the full discussion<http://forums.adobe.com/message/4043128#4043128

  • Java server page compiler can not find a class defined in a java bean file

    I have a jsp file using java bean. The java bean class file is uploaded into the server and also the directory to this java bean .class file is included in the Unix environment CLASSPATH. This .jsp file is registered and should be compiled and excecuted automatically.
    WHen I try to invoke this .jsp file, the jsp compiler error, saying the class defined by java bean can not be found. I already include this path in teh CLASSPATH, I thought the jsp compiler will go to the right place according to CLASSPATH to find the referenced class.
    Can anyone tell me what I have done wrong or what should I do in order to allow jsp compiler to find the class refrenced by .jsp file and defined by java bean file?
    Thank you so much

    hello friends,
    i am also facing the same problem of not finding bean class files for both jsp and servlet though it is placed in same package. the problem of not finding bean class file for jsp is experienced in Tomcat server only whereas in Blazix, there is no such error and the file is compiled and runs successfully.
    i have checked Tomcat properly. there is no error in its configuration also servlets without the use of bean files run successfully. so please can anybody guide me about what is the problem and how to solve it. plz its urgent .

  • How to Find Controller class of  BSP application for particular Iview

    Hi  All,
    Any one please  help me  to find a Controlller class of BSP for an  I view.
    http://Host Name :Port No/sap/bc/gui/sap/its/wosm-cr-->this is for sap retail,
    My requirement  is to change some source code in that particular iview.
    i goine with SE80 Tcode
    with package called WOSM>ITS service>Topic 90-->which contain Mime Objects,Html Templates.
    but i dint find any
    Point will be given!!!

    Hi All,
    My question is where should i find Controller class ?
    i gone with Tcode  SE80>packages>WOST>ITS service>WOSM>Topic90>which contain Mime Objects,HTML Templates.
    i dint find any controller class.
    regards
    Naresh

  • Cannot find symbol     class Usernamebean

    hi i am new in j2ee
    can some body help to give the solution.
    i am always thankfull to everybody
    i have a servlet where i am calling a bean of same package but servlet not compile giving that error
    cannot find symbol class Usernamebean
    servlet code
    package ecomm; import java.sql.*; import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*; import bengalcom.*; public class Loginservelet extends HttpServlet { public void doGet(HttpServletRequest req,HttpServletResponse res) throws ServletException,IOException { try {         String accnum=req.getParameter("username");   String pinnum=req.getParameter("password"); try { Class.forName("com.mysql.jdbc.Driver"); Connection dbcon=DriverManager.getConnection("jdbc:mysql://localhost/ecomm","root",""); PreparedStatement s = dbcon.prepareStatement("select * from vendordetails where email = ? and password = ? and blocking='No' "); s.setString(1,accnum); s.setString(2,pinnum); ResultSet result=s.executeQuery(); boolean rowfound=false; rowfound=result.next();   if(rowfound==true) { String vname=result.getString("fname"); String  vid=result.getString("vid"); String email=result.getString("email");   UsernameBean nameBean =new UsernameBean();   nameBean.setFirstName(accnum); HttpSession session = req.getSession(true); session.setAttribute("vname",vname); session.setAttribute("vid",vid); session.setAttribute("email",email);   RequestDispatcher dispatcher=getServletContext().getRequestDispatcher("/earea.jsp?vname=vname&vid=vid&email=email"); dispatcher.forward(req,res); dbcon.close(); } else{ RequestDispatcher dispatcher=getServletContext().getRequestDispatcher("/eblock.jsp"); dispatcher.forward(req,res); }   } catch(ClassNotFoundException e) { } } catch(SQLException e) { System.out.println(e.toString()); } } public void doPost(HttpServletRequest req, HttpServletResponse res)         throws ServletException, IOException     {         doGet(req, res);     } }

    Hi,
    java is case sensitive, Check the case in class name.
    Regards,
    Ram

  • "cannot find symbol class studentList" error

    Hi I get this error
    "cannot find symbol class studentList", but this class is at the same file and also it is in the same folder. so what's wrong .. and I checked the spelling it's the same.
    I should create an object named myList of type studentList
    and second, I call method menu() and pass it myList as actual parameter.
    so I called the function menu which is should be in the main too
    like this
    myList.menu();
    and menu method accepts as parameter an object of type studentList. and display the menu for the user to choose..
    here is part my program:
    public class ListTest
    {  public void menu(Student L) // accepts parameter
                   System.out.println("");
                System.out.println("Choose a number between 1 to 4");
                      System.out.println("1-Print Info of A Student ");          
                System.out.println("2-Print Info of All Students ");                          
               System.out.println("3-Display grade of A Specific student");                           
                System.out.println("4-Exit");
                System.out.println("");        
              int choice = Stdin.readInteger();
              while (choice != 5)
             switch (choice) {
                 case 1:
             L.PrintAStudent(int L);
             break;
              case 2:
            L.PrintAll();
            break;     
              case 3:
              L.DisplayGPA();
              break;
                 case 3:
                System.exit(0);
               break;
               default:
               System.out.println("wrong Number");
              System.out.println("Enter a number between 1 to 4 ");
               System.out.println("Enter 4 to Exit");
                break;
                System.out.println("");
                System.out.println("Choose a number between 1 to 4");
                System.out.println("1-Print Info of A Student ");          
                System.out.println("2-Print Info of All Students ");                          
               System.out.println("3-Display grade of A Specific student");                           
                System.out.println("4-Exit");
                System.out.println(""); 
                choice = Stdin.readInteger();
         }// end method menu
         public static void main(String args[ ])
         { studentList myList = new studentList();//myList object is created
    myList.menu();
                             }//end main
    }// end of class ListTest
              

    you have mentioned about the class "studentList" but that class is not to be found in the code you have pasted. its instead "ListTest". And the "menu" function seems to b a part of "ListTest" class. Can you provide the structure of the classes "studentList" and "Student" so that the problem can be more clearly understood?
    also you are using the variable "Stdin" in the line int choice = Stdin.readInteger(); where as you have not declared this variable.
    in the "switch" statement you are calling two different functions for the same case "3" where as it should be "case 3" and "case 4" respectively.
    in the "main" you are calling the "menu" function without any parameter while you actually want to pass argument of type "studentList".

  • Can't find textbox class - help please!

    I'm posting this again, in the hope that more people might help. I already know that the error means that the compiler can't find the class Textbox. I need to know why, because I've copied the relevant parts of the code from another app that builds fine. So why won't this build?
    I'm trying to write and build my first J2ME app. My code starts:
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    import java.lang.Math;
    public class TestMIDlet
    extends MIDlet
    implements CommandListener
    private Textbox tbMain;
    public void startApp()
    The build fails with numerous errors of which the first is:
    C:\WTK22\apps\TestMIDlet\src\TestMIDlet.java:9: cannot find symbol
    symbol : class Textbox
    location: class TestMIDlet
    private Textbox tbMain;
    with the caret under the 'T' of Textbox
    I don't understand what's wrong with this, as it's in many of the sample apps I've looked at.
    Thanks
    Ed

    Thanks very much!
    I've lost count of the times I've been caught by that case-sensitivity thing in Javascript. I thought it was just the first letter that had to be capitalised. Progress at last!

  • Kichat: Where to Find Links to Things About iChat (Replacement)

    Original
    kichat: Where to Find Links to Things About iChat
    Where do I Find Links to Things About iChat ?
    Useful Other Web Pages
    On AIM
    AIM 5.9 If you are using 10.4.8 or lower your PC buddy will need this version
    Download Newest AIM site PC version of AIM 6.1.x.x Download site reportedly works with/to 10.4.9
    Another site explaining how to set up the AIM application
    AIM for Mac Doh?!?!? (Text Only)
    On Internet Speed Checks
    Thanks to Defcom on all of these. Now and then when starting out or encountering problems, it is worth checking if you have the Connection Speed you think you have (or indeed pay for). Most need you to have JAVA installed and active. Most of the common Browers will have the required Pug-inactive.
    Check Your Broadband speed DSLreports. Speed check with a Javascript enabled site
    ADSLGuide's Speed Test Another Java based Test site in Britian.
    Speed Test at Audit My PC As the Link says
    SpeedTest.net A test site just for Testing. Nice Graphical interface (bit "blokey" Men will like it). Shows a section of the world with the most local servers. You can choose ones from further afield
    BroadbandMaX.co.uk As it says Another British based single server test site. Uses javasript and Flash rather Java to run test. Has speedometer style graphics.
    On ADD-ONS
    iChat ADD-ONs
    OK. iChat may not do all the things you may come across when trying out different IM applications.
    iChat 2 stuff first
    iCAR Away Message maker. BEWARE CONFILCTS WITH iCHAT 3
    iProfile 1.2: Add an AIM profile. Beware of using with Tiger/iChat 3
    "iTunes Calling.." Doug Adams' Utility for showing what your iTunes is playing as a Status Message. Not needed for iChat 3
    iChat Status A System Preference control item that can run several applescripts (included) from it's interface to put info from other applications in the Status message. Not siutable in it's current form for iChat 3
    Edit Sept. 2006 And March 2007 No revision yet.
    Live Icon Moving Buddy icon add on. It lives !! Was written by Ecamm but found on VersionTracker only. (Thanks Defcom !!) The VersionTraker page does say it is iChat 2.x Only !!
    iChat 2 and 3 compatible stuff
    Ecamm.com (iChatUSBCam) A utility for making G3/500 and slower work with USB cameras and external iSight cameras. Originally for iChat 2.x but the current version is Universal and works on Intels as well.
    iChatUSBCam has been updated for the changes in 10.4.9
    10.4.9 adds USB Video Class (UVC) drivers to the OS which work with iChat.
    You may have to Update and delete the Drivers you have (IOXperts or Macam) the delete com.apple.ichat.plist as well to get your camera working again.
    John Kennedy's Video Page All sorts of stuff. Camera driver links, other products - basically an eclectic look.
    iGlasses Enhancement for Picture control for External cameras.
    iChat Streaming Icon Another moving icon Utility. Seems to be OK in iChat 3.x
    iChatter More from Ecamm.com Speaks iChat Text chats.
    Conference Recorder Yet more from Ecamm. Allows you to record iChat Video chats.
    Not tried in iChat 2 or is iChat 3 specific
    Showmacster Adds the ability to show Video clips, icons, pics as slide shows and more.
    ChatFX Adds the ability to live feed of Photobooth type distortions and more. Was originally Intel Macs only but NOW Universal!! Can be power hungry as Video is effectively processed twice.
    Chax An Add-on that does much. Allows Auto Accept of Files and Text chats. Tabs Text chats into one window. Has many items that add to the iChat Menus and a set of Preferences added to the iChat Prefernces window.
    PowerBoost More from Ecamm. This time a Utilty for slower Macs to be able to Multi-Video chat.
    On Other Applications
    Multi-service (AIM, Jabber, MSN, Yahoo! etc.) Text Only apps.
    ProteusX A Mac based multiple service Text Chat Instant Messenger client.
    Edit: March 2007. Web site has not been online for several months now.
    Fire Another Multi-service Text only Client for Macs.
    Adium X Another text based multi- service client.
    Mac based AIM Client(s)
    AIM for Mac The Mac Version of AIM.
    Alternatives to iChat but Video chatting capable apps
    iVisit A Mac and PC alternative. (does not use AIM or MSN or Jabber)
    Yak For Free Like Skype and iVisit is a Cross Platform Video, Audio and IM application. They beat Skype to a Mac version.
    Skype Cross Platform IP telephony and Chat client. Now has a Mac version for Video chat
    PalTalk.com
    Yahoo! Messenger for Mac Beta of Yahoo! 3
    Gizmo Says it can link to almost anything. Frre to Download. Looks like calls to lanlines cost like Skype does.
    Apps for PCs in addition to lose listed above
    Trillian PC based alternative to AIM using the AIM servers. Will connect to iChat
    Apps to connect to other Services
    Mercury Messenger A JAVA based MSN Client. JAVA makes it cross platform. Has a beta for Video and Auido chats.
    aMSN Another MSN Video chat Client
    <href="http://messenger.yahoo.com/">Yahoo! Messenger for Mac Beta of Yahoo! 3
    On Other iChat Set Up and Info Pages
    CherryPop Homepage Alternative pages about setting up iChat.
    John Kennedy's Homepage Links to Camers Drivers and other useful stuff. A bit dated now
    Ryan's iChat set up pages Well worth a beginners visit.
    MVLDesign.com Mac to PC (AIM 5.9) and iChat help page.
    Chatter Lists pages
    This might be useful to those who ask it regularly.
    If your looking for iChat Buddy Lists You may want to register at these.
    MyiSight.com
    iChatters.com
    Globalchat chatfinder.com
    .Mac Buddy Central (Thanks to Iveta Staks.)
    iChat Club : (Thanks to Phillippe Alary)
    iChatVillage
    iChat Rooms Listing
    Some of them cost. Also do a Google search for more, including the AIM chat rooms.
    These require that you make note of the chatroom and enter it in the window that pops up when you use the "Go to Chat" item in the iChat File menu.
    6:10 PM Friday; March 30, 2007

    Original
    kichat: Where to Find Links to Things About iChat
    Where do I Find Links to Things About iChat ?
    Useful Other Web Pages
    On AIM
    AIM 5.9 If you are using 10.4.8 or lower your PC buddy will need this version
    Download Newest AIM site PC version of AIM 6.1.x.x Download site reportedly works with/to 10.4.9
    Another site explaining how to set up the AIM application
    AIM for Mac Doh?!?!? (Text Only)
    On Internet Speed Checks
    Thanks to Defcom on all of these. Now and then when starting out or encountering problems, it is worth checking if you have the Connection Speed you think you have (or indeed pay for). Most need you to have JAVA installed and active. Most of the common Browers will have the required Pug-inactive.
    Check Your Broadband speed DSLreports. Speed check with a Javascript enabled site
    ADSLGuide's Speed Test Another Java based Test site in Britian.
    Speed Test at Audit My PC As the Link says
    SpeedTest.net A test site just for Testing. Nice Graphical interface (bit "blokey" Men will like it). Shows a section of the world with the most local servers. You can choose ones from further afield
    BroadbandMaX.co.uk As it says Another British based single server test site. Uses javasript and Flash rather Java to run test. Has speedometer style graphics.
    On ADD-ONS
    iChat ADD-ONs
    OK. iChat may not do all the things you may come across when trying out different IM applications.
    iChat 2 stuff first
    iCAR Away Message maker. BEWARE CONFILCTS WITH iCHAT 3
    iProfile 1.2: Add an AIM profile. Beware of using with Tiger/iChat 3
    "iTunes Calling.." Doug Adams' Utility for showing what your iTunes is playing as a Status Message. Not needed for iChat 3
    iChat Status A System Preference control item that can run several applescripts (included) from it's interface to put info from other applications in the Status message. Not siutable in it's current form for iChat 3
    Edit Sept. 2006 And March 2007 No revision yet.
    Live Icon Moving Buddy icon add on. It lives !! Was written by Ecamm but found on VersionTracker only. (Thanks Defcom !!) The VersionTraker page does say it is iChat 2.x Only !!
    iChat 2 and 3 compatible stuff
    Ecamm.com (iChatUSBCam) A utility for making G3/500 and slower work with USB cameras and external iSight cameras. Originally for iChat 2.x but the current version is Universal and works on Intels as well.
    iChatUSBCam has been updated for the changes in 10.4.9
    10.4.9 adds USB Video Class (UVC) drivers to the OS which work with iChat.
    You may have to Update and delete the Drivers you have (IOXperts or Macam) the delete com.apple.ichat.plist as well to get your camera working again.
    John Kennedy's Video Page All sorts of stuff. Camera driver links, other products - basically an eclectic look.
    iGlasses Enhancement for Picture control for External cameras.
    iChat Streaming Icon Another moving icon Utility. Seems to be OK in iChat 3.x
    iChatter More from Ecamm.com Speaks iChat Text chats.
    Conference Recorder Yet more from Ecamm. Allows you to record iChat Video chats.
    Not tried in iChat 2 or is iChat 3 specific
    Showmacster Adds the ability to show Video clips, icons, pics as slide shows and more.
    ChatFX Adds the ability to live feed of Photobooth type distortions and more. Was originally Intel Macs only but NOW Universal!! Can be power hungry as Video is effectively processed twice.
    Chax An Add-on that does much. Allows Auto Accept of Files and Text chats. Tabs Text chats into one window. Has many items that add to the iChat Menus and a set of Preferences added to the iChat Prefernces window.
    PowerBoost More from Ecamm. This time a Utilty for slower Macs to be able to Multi-Video chat.
    On Other Applications
    Multi-service (AIM, Jabber, MSN, Yahoo! etc.) Text Only apps.
    ProteusX A Mac based multiple service Text Chat Instant Messenger client.
    Edit: March 2007. Web site has not been online for several months now.
    Fire Another Multi-service Text only Client for Macs.
    Adium X Another text based multi- service client.
    Mac based AIM Client(s)
    AIM for Mac The Mac Version of AIM.
    Alternatives to iChat but Video chatting capable apps
    iVisit A Mac and PC alternative. (does not use AIM or MSN or Jabber)
    Yak For Free Like Skype and iVisit is a Cross Platform Video, Audio and IM application. They beat Skype to a Mac version.
    Skype Cross Platform IP telephony and Chat client. Now has a Mac version for Video chat
    PalTalk.com
    Yahoo! Messenger for Mac Beta of Yahoo! 3
    Gizmo Says it can link to almost anything. Frre to Download. Looks like calls to lanlines cost like Skype does.
    Apps for PCs in addition to lose listed above
    Trillian PC based alternative to AIM using the AIM servers. Will connect to iChat
    Apps to connect to other Services
    Mercury Messenger A JAVA based MSN Client. JAVA makes it cross platform. Has a beta for Video and Auido chats.
    aMSN Another MSN Video chat Client
    <href="http://messenger.yahoo.com/">Yahoo! Messenger for Mac Beta of Yahoo! 3
    On Other iChat Set Up and Info Pages
    CherryPop Homepage Alternative pages about setting up iChat.
    John Kennedy's Homepage Links to Camers Drivers and other useful stuff. A bit dated now
    Ryan's iChat set up pages Well worth a beginners visit.
    MVLDesign.com Mac to PC (AIM 5.9) and iChat help page.
    Chatter Lists pages
    This might be useful to those who ask it regularly.
    If your looking for iChat Buddy Lists You may want to register at these.
    MyiSight.com
    iChatters.com
    Globalchat chatfinder.com
    .Mac Buddy Central (Thanks to Iveta Staks.)
    iChat Club : (Thanks to Phillippe Alary)
    iChatVillage
    iChat Rooms Listing
    Some of them cost. Also do a Google search for more, including the AIM chat rooms.
    These require that you make note of the chatroom and enter it in the window that pops up when you use the "Go to Chat" item in the iChat File menu.
    3:01 PM Sunday; April 8, 2007

Maybe you are looking for

  • Logic is quitting on me during playback

    Logic is suddenly quitting during playback. I think it's something with native instruments, can anyone help me to get back to working on my tracks? The error code says thread 9 crashed? Please, please help. This is seriously ruining me.

  • Streaming from TC to TV

    Is it possible to stream videos from TC to Samsung 5000 over ethernet? How to do so, please? Thanks, Lukas

  • What printers are compatible with Lion?

    I am on my second printer, and no dice with HP officejet 4500. Are there any printers that are compatible with Lion, and easy to install. It has been nothing but a nightmare, and a financial burden to try to find a printer that works. please advise,

  • Apple Studio Monitor ON/OFF & brightness buttons won't work!

    I push it, the light glows, but nothing happens. I can't control the brightness or switch the monitor off. This is really starting to be a pain. Any suggestions please, this is driving me insane!!

  • Change Adobe ID

    My Adobe ID was in the list of recently hacked addresses.  That email, however, is no longer valid as I have changed ISP's. The reset password link will only send a link to the (now) defunct address. In a chat with support, they told me they would ch