Search:

Type: Posts; User: willemjar

Page 1 of 3 1 2 3

Search: Search took 0.08 seconds.

  1. Replies
    3
    Views
    1,024

    Re: short question concerning setLogicalStyle

    greg there is no context the info is from the api, and I believe now that the offset is the offset within all characters of a Document?
  2. Replies
    3
    Views
    1,024

    short question concerning setLogicalStyle

    setLogicalStyle(int offset, Style style)

    what is mend by offset here:
    1) the offset number of a paragraph like first, second etc paragraph?
    2) or the offset within a specific paragraph?
    3) the...
  3. Re: error in Naming.bind of basis server application

    You see gimbal until now I have been working, without exception, in the Netbeans environment (very cozy).
    I had no command line experience at all! Working with netbeans you run very little into...
  4. Re: error in Naming.bind of basis server application

    The problem might be the classpath, because the RMI registry has its own classpath.
    So how to set the correct class path for the RMI registry?



    registry - Java RMI InitialContext: Equivalent...
  5. error in Naming.bind of basis server application

    What is going wrong here concerning the "bindings"
    Learning server stuff and testing some basic applications from the Corejava II book.
    Here is the error code when "Naming.bind" two strings called...
  6. Re: Error concerning Object Serialization for i/o

    weird, because the code is from the middle ages! I might have to go to 7.3
    I update or do I have to do a new installation?
    Doas 7.3 run on Mac 10.6.8?
  7. Re: Error concerning Object Serialization for i/o

    the class name is:
    class ObjectFileTest
    {
    public static void main(String[] args)

    The name of the file is: ObjectFileTest.java

    The above code is working and now I have an error with this...
  8. Error concerning Object Serialization for i/o

    The next code concerning Object Serialization produces, when using Netbeans, the following error (no error marking in the code itself). What is this error about?

    Exception in thread "main"...
  9. Re: DB application error, who has a clue what it is about?

    Yes that code is working and I do not know what happened with the previous code error.
    I did some research and found this (maybe it had something to do with the error):

    The problem is that the...
  10. Re: DB application error, who has a clue what it is about?

    I found a correct working code on the net, here it is (a previous post with a link of that code dis appeared....
    eaten by that funny face?)



    import com.sun.rowset.*;
    import java.sql.*;...
  11. DB application error, who has a clue what it is about?

    I am studying some Java DB applications of the JavaCore vol II book.
    Running a large sample application of that book gives my the following error:

    Exception in thread "AWT-EventQueue-0"...
  12. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    I got the Java connection through the jdbc driver, so mysql is talking to Java finally
    1) "jdbc:mysql://localhost:3306/mysql" on my comp
    2) root
    3) passwd of the mysql root user
    I can deal with...
  13. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    when feeding for:
    1) "MySQL:jdbc:mysql://localhost:3306/"
    2) root
    3) the root password (of mysql root of course) I get:

    29-ago-2013 15:31:26 learningdatabase.connectToAndQueryDatabase main...
  14. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    ====================
    the three arguments of getConnection are they:
    1) path to the jdbc driver (have the driver but can not find it)
    2) username = mysql or a to be created usergroup for mysql...
  15. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    So through the command line I started mysql and I can get into mysql using my password (by owning to command line root)!
    -I created a test database called: bookstore;
    -created a table called:...
  16. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    Here is some basic info of getting started with mysql on comment line.
    Next I will see how this stuff connects with java, right?

    Reseting root password MySQL
    (file location on my comp: ls...
  17. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    Things are starting to work out, I did create my DB "realestate"
    and thinking about its design and found this for real dummies like me:
    A Simple Guide to Database Design in MySQL - LINUX For You
    ...
  18. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    thanks, I'll go into some reading first
  19. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    For the moment I stopped the server like this:
    sudo /Library/StartupItems/MySQLCOM/MySQLCOM stop
    and got:
    Password:
    Stopping MySQL database server
    iMac:mysql willem$

    So I am safe for the...
  20. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    But there is more trouble, what about this:
    ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
  21. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    Mann this is not easy, I got so far now:

    willem$ /usr/local/mysql/bin/mysqld_safe --skip-grant-tables
    130821 09:30:17 mysqld_safe Logging to '/usr/local/mysql/data/iMac.local.err'.
    touch:...
  22. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    "Get familiar with the database. Use the command line to connect to the database, create users, create tables, and learn about database normalization, keys, indexes, and referential integrity...
  23. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    Don't worry I'll find it but it is like a whole new subject this mysql
    It is overwhelming and try to understand where to start!
    First there is the installing issue with many, many command line --I...
  24. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    Syedhal, where at the command line?

    these are my mysql helps....

    mysql> help

    For information about MySQL products and services, visit:
    MySQL :: The world's most popular open source...
  25. Re: I installed MySQL (32bits) on my Imac (OSX 10.6.8), but what should I do next?

    I am following instructions:
    -If you are using Netbeans IDE, than you have already the driver at hand. Inside the Projects tab, right click on the Libraries node and select Add Library option. From...
Results 1 to 25 of 63
Page 1 of 3 1 2 3