Search:

Type: Posts; User: JCoster; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    843

    Re: Issues with JDBC for MySQL

    Paul,
    Thank you for your response. Please see answers to your questions below:


    My bad, was casting it to a JDBC connection rather than a SQL connection. Changed the import to SQL and removed...
  2. Replies
    2
    Views
    843

    Issues with JDBC for MySQL

    Hi,
    I'm running a MySQL instance on Ubuntu 11.10 and am using the MySQL JDBC connector within my Jar file.
    I initialise the connection as follows:

    conn = (Connection)...
  3. Replies
    0
    Views
    446

    Java backend/servlets

    Hi,
    I want to run a Java application as a backend, and want some of the functions to respond to get/post methods. I'm not convinced I that I couldn't just make-do with RMI, but ideally i'd like...
  4. [SOLVED] Re: Dynamically Fill C Memory of Pre-Allocated Space

    Great, thanks a lot for all your help- really appreciate it! Will read up a little more on pointer arithmetic- was getting stuck on when I can increment it and when I need to add a specific value to...
  5. [SOLVED] Dynamically Fill C Memory of Pre-Allocated Space

    Hi,
    My background is originally Java but am starting to get a bit onto C now...
    I want to pre-allocate a continuous block of space for 1000 integers in memory. I then want to go through a while...
  6. Replies
    2
    Views
    835

    [kubuntu] Re: Fglrx doesn't work with 10.04?

    Also, I just realised this is in the Kubuntu forums so the above probably doesn't apply for you (without Compiz?).
    Sorry..
  7. Replies
    2
    Views
    835

    [kubuntu] Re: Fglrx doesn't work with 10.04?

    When you say unsmooth do you mean that there is a lag of a second or so after you choose to maximise a window or open a new one etc.?

    If so, this is a known issue and you must install a patch...
  8. Replies
    0
    Views
    268

    Spotify Invite?

    I know I'm about a year or two late to the party but only because I didn't realise Spotify ran on Ubuntu until I went on the site this morning.

    Anyway, I was just wondering if anyone had any...
  9. Replies
    2
    Views
    1,203

    Re: Ubuntu > Eclipse > Version Control

    Forget subversive.

    Just search for 'SVN' on the Eclipse add-ons and install that... Takes care of it all for you!

    (at least that's what I've done on my Eclipse install)

    Cheers,
    JC
  10. Replies
    5
    Views
    683

    Re: Font embedding with Flash Programming

    Ok so here is my example flash file:
    http://www.blue-shift.net/fontExample.swf

    How it looks on Windows (without the font installed):
    http://www.blue-shift.net/windows.png

    How it looks on...
  11. Re: How do you obtain the length of an ArrayList?

    I don't understand what you're asking...

    What do you mean by elements which are 'worthy?' If you mean 'not-null' objects then ArrayList.size is the same as this because it's a dynamic structure...
  12. Replies
    5
    Views
    683

    Re: Font embedding with Flash Programming

    ..final time I'll try a bump; promise!
    JC
  13. Replies
    5
    Views
    683

    Re: Font embedding with Flash Programming

    sorry..- bump!
  14. Re: Ubuntu 9.10 using eclipse 64bit. Crushes every 2 minutes.

    I know you're running Karmic but I've recently had problems with Eclipse on Lucid (no surprise there) but the issue occurred when the 'autocomplete' dialog was attempted to be shown...

    Is this the...
  15. Replies
    5
    Views
    683

    Re: Font embedding with Flash Programming

    Ok so I'm starting to think it's more a bug with the flash player in ubuntu rather than the way I'm exporting the movie.

    If you visit this then even on the official Adobe site the font embedding...
  16. Thread: compile java

    by JCoster
    Replies
    3
    Views
    320

    Re: compile java

    Do you have a main method? e.g.:

    public static void main(String[] args) {
    // your initialisation code here
    }
  17. Replies
    5
    Views
    683

    Font embedding with Flash Programming

    Hey guys,
    I'm currently developing a Flash website (CS4, AS3) for a client who wants a font not available by default on Windows neither Ubuntu.
    I have got a around this problem on Windows by...
  18. Replies
    2
    Views
    2,082

    [SOLVED] Re: Drawing text in JOGL

    Ahh fantastic- cheers. I literally spent about 2 hours searching without luck...

    Feel stupid now!

    Cheers-
    JC
  19. Replies
    2
    Views
    2,082

    [SOLVED] Drawing text in JOGL

    Hi guys,
    I was just wondering if anyone knew of a decent tutorial about how to draw text in JOGL? I've looked for hours but can't seem to find a simple method...
    The text only needs to be 2D! ...
  20. Replies
    17
    Views
    8,207

    [ubuntu] Re: rtorrent over VPN

    I posted something almost identical to this the other day but received no responses so I'll reword the question on this thread...

    Does anyone know how to run a script on the termination of a...
  21. Replies
    1
    Views
    599

    [ubuntu] Re: Using VPN disconnect to trigger an event

    Bump?
  22. Replies
    1
    Views
    599

    [ubuntu] Using VPN disconnect to trigger an event

    Hi,
    I use network-manager-pptp to connect to my VPN server. However, occasionally my VPN drops out (although my Internet stays up). I was just wondering how I could make the VPN drop-out trigger a...
  23. Thread: Java Help

    by JCoster
    Replies
    3
    Views
    329

    [SOLVED] Re: Java Help

    Haha no problem at all.
    It's nice to finally help someone rather than be asking someone for help!
    Please mark thread as solved
    JC
  24. Thread: Java Help

    by JCoster
    Replies
    3
    Views
    329

    [SOLVED] Re: Java Help

    String input= h;

    ..should be:

    String input= "h";

    ..assuming that you want the variable input to equal the character "h".

    Similarly:
  25. Replies
    19
    Views
    2,941

    [ubuntu] Re: HD3650 Video Tearing in Karmic

    After finding no resolution to this program in almost a year, I'm shouting from the hills... Just upgraded to Lucid A2 and guess what..:

    IT'S FIXED!

    Genuinely, I couldn't be happier. I can...
Results 1 to 25 of 249
Page 1 of 10 1 2 3 4