Search:

Type: Posts; User: ocean1991

Search: Search took 0.15 seconds.

  1. Re: how to get ip address of systems in multicasting environment..??

    not sure but try this one :

    import java.net.*;
    import java.util.*;
    import java.io.*;
    import java.nio.*;

    public class IPAddress {
    public void getInterfaces (){
    try {
  2. Replies
    1
    Views
    4,458

    Re: Problem with connecting to DataBase

    My problem solved but I want to explain about solution. it might helped someone
    problem was about apache setting. I add apache to server in service tab in netbeans and edit it's xml setting file...
  3. Replies
    1
    Views
    4,458

    Problem with connecting to DataBase

    Hi
    I'm trying to connect to database with jdbc in netbeans.
    I use this code :


    String host = "jdbc:derby://localhost:1527/MIRDataBase [mir on MIR]";
    String name = "mir";
    ...
  4. Replies
    3
    Views
    2,486

    Re: Read Permission Problem -Access Denied

    Thank You
    You are right
    I edit my file and it's location according to yours
    It's working now :D
  5. Replies
    3
    Views
    2,486

    Read Permission Problem -Access Denied

    Hi
    First of all excuse me if I don't choose proper forum for my question
    I've written an applet with javafx which have to have access to some local file. I have no problem when compile and run it...
Results 1 to 5 of 5