Search:

Type: Posts; User: lanpan

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    2,477

    calling java from jsp

    //Remotetest.jsp

    <%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"...
  2. Replies
    1
    Views
    2,166

    cannot find symbol

    please help me out ,
    what is going wrong with this code

    //MyServer.java
    package ju.ch38.server;

    import java.rmi.*;

    public interface MyServer extends Remote
    {
  3. Replies
    0
    Views
    1,119

    java program on fedora

    this program after execution opens firfox browser in fedora.
    similarly i have to open terminal(shell) and run some commands,but dont know the path of terminal executable file?

    public class...
  4. Replies
    2
    Views
    1,343

    Re: using eclipse on fedora

    This problem is solved ,
    i am not sure but what i did is , i installed the jdk again .
    this problem was may be because of not installing jdk properly .

    thank you Mr.777,

    lanpan.
  5. Replies
    2
    Views
    1,343

    using eclipse on fedora

    I am new user on fedora (release: 8 codename: werewolf kernel linux 2.6.23.1-42.fc8 GNOME 2.20.1),
    while doing java program got error,

    Error:
    Exception in thread "main"...
  6. Replies
    2
    Views
    1,734

    Re: server and client

    Thank you Chris,
    Merry X-Mas.

    Lanpan
  7. Replies
    2
    Views
    1,734

    server and client

    My question is very basic , Is it possible to create and run Server and Client programs on same PC? if yes then how i mean by using different port number or anything else.

    actually i need to do...
  8. Thread: InetAddress

    by lanpan
    Replies
    2
    Views
    1,071

    InetAddress

    // Demonstrate InetAddress.
    import java.net.*;
    public class InetAddressTest
    {
    public static void main(String args[]) throws UnknownHostException
    {
    InetAddress Address =...
Results 1 to 8 of 9