Search:

Type: Posts; User: ridg18

Search: Search took 0.43 seconds.

  1. Replies
    1
    Views
    1,263

    Line string problem

    hi,

    i have problem dealing with a string in a line,
    for example i have the following lines in a .txt file
    ussdserver link from host /127.0.0.1:38978(account smpp34) is up|smpp34|2012-10-28...
  2. Replies
    10
    Views
    2,138

    Re: xml request in java code

    ok thanks i will try
  3. Replies
    10
    Views
    2,138

    Re: xml request in java code

    no, i searched "send HTTP POST xml via java"
  4. Replies
    10
    Views
    2,138

    Re: xml request in java code

    yes i tried to search in google but found nothing,
    what is the package's name?
  5. Replies
    10
    Views
    2,138

    Re: xml request in java code

    it should be simple,
    i want to send HTTP post request that in java to URL,
    i have XML file that i want to send as HTTTP POST to specific url,
    how i can send the XML with java?

    thanks
  6. Replies
    10
    Views
    2,138

    Re: xml request in java code

    the protocol is HTTP,
    i have an application that run on web server,
    and i have API xml file that can run this application.
    so i want to send this XML via java
  7. Replies
    10
    Views
    2,138

    xml request in java code

    hi
    i want to send XML request via java code to web server.
    i hava XML request that i should send to a web srver, i want to send it using java code
    how can i do it?
    i dont hava any idea how to...
  8. Thread: smpp simulator

    by ridg18
    Replies
    3
    Views
    1,939

    smpp simulator

    hi,

    i want to build simulator that send ussd message to a gateway,
    the problem is, i dont know how to start or what to do,
    please help.
    thanks
  9. Replies
    6
    Views
    5,140

    Re: connect to linux server from windows

    ok
    i think i didnt explain my problem,
    im working with eclipse in windows, and i have application that i should test that works in linux server.
    usually i use the winscp and open putty and i send...
  10. Replies
    6
    Views
    5,140

    Re: connect to linux server from windows

    thanks Voodoo,

    i know how to use socket,
    but how i can send get and posts requests??
  11. Replies
    6
    Views
    5,140

    connect to linux server from windows

    hi

    i'm trying to connect to linux server via eclipse,
    i want to run tests on the linux server (like send wget requests).
    usually i'm using putty to make this tests, but i want to write java...
  12. Replies
    8
    Views
    2,002

    Re: Lotto Problem logic error

    ok,
    1. i didnt solve the problem, just assist
    2. dont care about academic dishonesty, i got my degree 3 years ago so who cares
  13. Replies
    8
    Views
    2,002

    Re: Lotto Problem logic error

    you should define array like this,
    lotteryarray[numtix][6]
    and insert the numbers in it.
    so if the user want 3 tickts the array will be 3*6 the number of the columns is the number of the tickts...
  14. Replies
    8
    Views
    2,002

    Re: Lotto Problem logic error

    try this:


    import java.util.*;
    public class LotteryTest {
    public static void main(String[] args){
    Scanner input = new Scanner(System.in);
    {

    ArrayList<Integer> numbers = new...
  15. Replies
    8
    Views
    2,002

    Re: Lotto Problem logic error

    hi

    your fault is int the loop "for (int i=0; i<6; i++) { //loop for # of lottery tickets"

    here you say that you want to make a loop 6 times but what if the user want only 2 tickts?

    cause of...
  16. Replies
    0
    Views
    1,137

    firefox extension

    hi

    i want to make FF add-on
    i built the add-on as java code in my computer
    is there someone that knows how should i upload it to befirefox extension?
    should i also write javascript code??...
  17. Thread: stack

    by ridg18
    Replies
    3
    Views
    1,539

    Re: stack

    i dont know when i get to the half thats my problem
    i thought about what u say but the problem that i dont know when i get to the half and to the end of tha stack
  18. Thread: stack

    by ridg18
    Replies
    3
    Views
    1,539

    stack

    hi all
    i have an assignment to check if the stack is palindrum (ex 1 2 3 4 3 2 1 is palindrum 1 2 3 4 5 3 2 1 is not)
    i cant use the method isEmpty and i can use only another stack
    so my question...
  19. Replies
    10
    Views
    1,993

    Re: separate strings

    thanks i think i solved the problem
  20. Replies
    10
    Views
    1,993

    Re: separate strings

    i read it and i don't know if i can use all the methods there beacuse in the homework they recomended that i can use onlt specific method
    so i think if i use str.length then i can go all over the...
  21. Replies
    10
    Views
    1,993

    Re: separate strings

    i have to put the text in link list
    and in the text i have onle letters and space
  22. Replies
    10
    Views
    1,993

    separate strings

    if i get a text like "hello world my name is mike"
    how can i separated the text without using Tokenizer class??
  23. Replies
    1
    Views
    1,547

    java.lang.nullPointerException

    what thats mean???
  24. Replies
    1
    Views
    3,183

    connect java to a database

    how can i connect my program to microsoft sql database??
Results 1 to 24 of 24