Skip to main content



      Home
Home » Newcomers » Newcomers » Java issues(Question about Java programming)
Java issues [message #1718423] Wed, 23 December 2015 09:27 Go to next message
Eclipse UserFriend
Hi Smile
we have java programming in school so I want to programm with eclipse at home. First I installed Java and the JDK. Then I downloaded Eclipse. Then I write a short test. I write System.out.print("Test");
Normaly everything should be ok with this. But the Eclipse console says "TestPicked up _JAVA_OPTIONS: -Xmx512M"
I don't know why. I think it have something to do with the environment variables but I don't know.. Can someone help me?

greetings
Simon
  • Attachment: JavaTest.png
    (Size: 60.41KB, Downloaded 136 times)
Re: Java issues [message #1718466 is a reply to message #1718423] Thu, 24 December 2015 02:58 Go to previous messageGo to next message
Eclipse UserFriend
Simon,

I have no idea, but I tried
https://www.google.com/search?q=picked+up+_java_options+xmx512m and that
seems to give some hints.

On 23/12/2015 3:43 PM, Simon Blaum wrote:
> Hi :)
> we have java programming in school so I want to programm with eclipse at home. First I installed Java and the JDK. Then I downloaded Eclipse. Then I write a short test. I write System.out.print("Test");
> Normaly everything should be ok with this. But the Eclipse console says "TestPicked up _JAVA_OPTIONS: -Xmx512M"
> I don't know why. I think it have something to do with the environment variables but I don't know.. Can someone help me?
>
> greetings
> Simon
Re: Java issues [message #1718485 is a reply to message #1718423] Thu, 24 December 2015 09:00 Go to previous messageGo to next message
Eclipse UserFriend
On 12/23/2015 9:43 AM, Simon Blaum wrote:
> Hi :)
> we have java programming in school so I want to programm with eclipse at home. First I installed Java and the JDK. Then I downloaded Eclipse. Then I write a short test. I write System.out.print("Test");
> Normaly everything should be ok with this. But the Eclipse console says "TestPicked up _JAVA_OPTIONS: -Xmx512M"
> I don't know why. I think it have something to do with the environment variables but I don't know.. Can someone help me?
>
> greetings
> Simon
>

Looking at your picture there are 2 clues. one the different color of the extra string. that indicates it came out on the error output.

other thing is that you used javaw (the version for gui running) try doing it with the console executable java and see if the message reappears.
Re: Java issues [message #1718486 is a reply to message #1718485] Thu, 24 December 2015 09:26 Go to previous messageGo to next message
Eclipse UserFriend
On 12/24/2015 07:00 AM, Bill T. wrote:
> On 12/23/2015 9:43 AM, Simon Blaum wrote:
>> Hi :)
>> we have java programming in school so I want to programm with eclipse
>> at home. First I installed Java and the JDK. Then I downloaded
>> Eclipse. Then I write a short test. I write System.out.print("Test");
>> Normaly everything should be ok with this. But the Eclipse console
>> says "TestPicked up _JAVA_OPTIONS: -Xmx512M"
>> I don't know why. I think it have something to do with the
>> environment variables but I don't know.. Can someone help me?
>>
>> greetings
>> Simon
>>
>
> Looking at your picture there are 2 clues. one the different color of
> the extra string. that indicates it came out on the error output.
>
> other thing is that you used javaw (the version for gui running) try
> doing it with the console executable java and see if the message reappears.

In other words, Simon, check out:

https://wiki.eclipse.org/Eclipse.ini
Re: Java issues [message #1718487 is a reply to message #1718486] Thu, 24 December 2015 09:27 Go to previous message
Eclipse UserFriend
On 12/24/2015 07:26 AM, Russell Bateman wrote:
> On 12/24/2015 07:00 AM, Bill T. wrote:
>> On 12/23/2015 9:43 AM, Simon Blaum wrote:
>>> Hi :)
>>> we have java programming in school so I want to programm with eclipse
>>> at home. First I installed Java and the JDK. Then I downloaded
>>> Eclipse. Then I write a short test. I write System.out.print("Test");
>>> Normaly everything should be ok with this. But the Eclipse console
>>> says "TestPicked up _JAVA_OPTIONS: -Xmx512M"
>>> I don't know why. I think it have something to do with the
>>> environment variables but I don't know.. Can someone help me?
>>>
>>> greetings
>>> Simon
>>>
>>
>> Looking at your picture there are 2 clues. one the different color of
>> the extra string. that indicates it came out on the error output.
>>
>> other thing is that you used javaw (the version for gui running) try
>> doing it with the console executable java and see if the message
>> reappears.
>
> In other words, Simon, check out:
>
> https://wiki.eclipse.org/Eclipse.ini

(Sorry, I/Bill mean the third Windows option using java.exe.)
Previous Topic:eclipse line by line debugging
Next Topic:derby integration
Goto Forum:
  


Current Time: Wed Jul 23 13:42:26 EDT 2025

Powered by FUDForum. Page generated in 0.08969 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top