Search:

Type: Posts; User: Jexly_

Search: Search took 0.11 seconds.

  1. Re: Telegram Bot finished with non-zero exit value 1

    Thanks for help. Bye forum
  2. Whats wrong with this code?

    Im coding gradle java spring telegram bot. And get this error ->

    Execution failed for task ':TelegrambotApplication.main()'.
    > Process 'command...
  3. Telegram Bot finished with non-zero exit value 1

    Hello. Help me please find out my error and fix it. Im using spring boot, gradle.

    SendMessageService.Java


    package org.xpremiumbot.services;

    import org.springframework.stereotype.Service;...
  4. Replies
    7
    Views
    539

    Re: NullPointerException

    Basket cards = new Basket(card);
    client.purchased = cards;

    I think here

    --- Update ---

    But I can't understand WHERE i need define

    --- Update ---
  5. Replies
    7
    Views
    539

    Re: NullPointerException

    But also I can't do this client.purchased = 0; So I don't know how to fix

    --- Update ---

    I already re-read the code, but I still can't figure out where my mistake is.

    --- Update ---
  6. Replies
    7
    Views
    539

    Re: NullPointerException

    Could you explain to me in more detail how I can fix the error? I do not understand

    --- Update ---

    I do


    System.out.println(client.purchased);
  7. Replies
    7
    Views
    539

    NullPointerException

    package Interfaces.InternetShop;

    import java.io.IOException;
    import java.util.Objects;
    import java.util.Scanner;
    import java.util.concurrent.TimeUnit;

    public class HelloKitty {

    public...
  8. Replies
    2
    Views
    563

    Min Number from array

    package com.company;

    public class ArrayMinMaxEachString {
    public static void main(String[] args) {
    int[][] array = {
    {1, 2, 3, 4, 5, 6, 7, 8, 9},
    ...
Results 1 to 8 of 8