Search:

Type: Posts; User: vigneshwaran

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Replies
    39
    Views
    2,874

    Re: What's wrong?

    I found the problem in the times of scans you have been used.
    Sorry for my previous post that i had deleted, i misunderstood concept.
    As you creating scan for three times, you are prompted such a...
  2. Re: Running unsigned (Java) applications like this will be blocked in a future release

    How can a class be outside JAR (Java Archive) ?
    Every class are packaged to Jar. I wonder about what you saying..
  3. Replies
    4
    Views
    1,458

    Re: RMI connection issue

    I think the port number making problem in connection. check in your browser with localhost/1099
  4. Replies
    6
    Views
    1,619

    Re: JDBC JAVA MYSQL

    WAMP is a WebServer, Eclipse is an IDE.

    The jar files are the libraries that are needed to make java work with MYSQL database.
    there will be 3 jar files that has to be installed.

    Open Eclipse,...
  5. Replies
    4
    Views
    1,458

    Re: RMI connection issue

    Hi here i give a simple RMI program

    Compile

    1. javac RmiServer.java

    2. rmic RmiServer

    3. javac RmiClient.java
  6. Replies
    15
    Views
    1,763

    [SOLVED] Re: I have no clue what is wrong

    does the java and javac working properly?


    then fine. thank you
    R.R. Vigneshwaran..
  7. Replies
    15
    Views
    1,763

    [SOLVED] Re: I have no clue what is wrong

    create an account in Oracle | Hardware and Software, Engineered to Work Together first, then login to that site, paste this link in address bar and download jdk1.7.0 for windows-64 (for 32 bit OS) or...
  8. Replies
    1
    Views
    1,286

    Re: introduction

    package vigneshwaran.*;
    import java.io.*;
    public class Ashyi
    {
    String str="Hello Ashyi, You are great :P";
    public void printHelloToAshyi()
    {
    System.out.println(str);
    }
    public static void...
  9. Thread: hi,,,

    by vigneshwaran
    Replies
    2
    Views
    1,006

    Re: hi,,,

    fine
  10. Replies
    2
    Views
    1,649

    Re: im i on the righ tracks

    where is the main method?
    to print the values of an array Lotto[],
    use


    for(int i=0;i<MAX;i++)
    {
    System.out.println(Lotto[i]);
    }
  11. Thread: intro:

    by vigneshwaran
    Replies
    2
    Views
    996

    Re: intro:

    post only questions here
  12. Thread: helllo

    by vigneshwaran
    Replies
    1
    Views
    793

    Re: helllo

    post only questions here. not your profile
  13. Replies
    4
    Views
    3,982

    Re: save button in java

    what u are doing in File file=chooser_save.getSelectedFile(); ??

    what u want in actual?

    i guess , the code should looks like this,


    File file=chooser_save.getSelectedFile().getPath();
  14. how can i compress a video file for example an avi file in java?

    is it possible to compress an avi file in java using some tool or by not using it..?

    someone please reply me
  15. Replies
    1
    Views
    971

    how this code works?

    how this template works? is that a built in functions? i mean the keywords "code=JAVA" and other keyword like "highlight"
  16. Replies
    2
    Views
    1,598

    Re: synchronized block

    the object that is passed as argument to synchronized block gains access to use that code until it terminates or completes its process.
    It is meant about Thread. One or more thread most often gains...
  17. Thread: Hello

    by vigneshwaran
    Replies
    1
    Views
    912

    Re: Hello

    welcome manisha :)
  18. Thread: Operators

    by vigneshwaran
    Replies
    7
    Views
    1,413

    Re: Operators

    those operators are used just immediate to any variables.
    like


    k++; //k=k+1 but post increment
    ++k; //pre increment the value of k

    similarly all functions as.
  19. Replies
    1
    Views
    1,034

    Re: beginner in java

    LOL, here the help can be given on the code that makes you struck.

    Can't make u learn entire java. Its impossible to everyone.

    Learn by urself
  20. Hello experts, i here gave a program which i likes to print the duplicates in an arraylist, but getting ConcurrentModificationException.. help me get solved

    package silverbullet;

    import java.util.ArrayList;

    public class StringProcessing {

    public static ArrayList<String> list=new ArrayList<String>(10);
    public static ArrayList<String>...
  21. Replies
    0
    Views
    896

    compressing a video

    Please give any reference link to compress the video of any one format, Thanks in advance
  22. Re: How can i crop an Image with a Fixed Rectangle sizes?

    i myself solved now sir.. but have another confusion, i already asked about how to add 3 additional images with the original image (1st image). You gave the link na, that is very useful. but can u...
  23. How can i crop an Image with a Fixed Rectangle sizes?

    I do wanna crop two images of type JPG in a fixed Rectangle sizes. How can i do so? Help me out.

    Thanks in advance.

    Regards,
    Vigneshwaran R.R
  24. Re: Having trouble storing variable from JTextField

    Oh ok ok.. I'm new to here. I should let him solve. Anyway. Thanks 4 ur reply
  25. Re: Having trouble storing variable from JTextField

    @ Norm : What's the Mistake i did?

    --- Update ---

    I just corrected the mistake he did. Not Spoonfeeded.
Results 1 to 25 of 40
Page 1 of 2 1 2