TX-C and Java according to FAQ?

Hier habt Ihr die Möglichkeit direkt mit dem fischertechnik Team in Kontakt zu treten
Here you have the Possibility to get in direct contact with the fischertechnik-Team

Moderator: fischertechnik Mitarbeiter

Forumsregeln
Bitte beachte die Forumsregeln!

In dieser Unterkategorie können nur fischertechnik-Mitarbeiter und Moderatoren antworten!
Gesperrt
Janosch Kuffner
Beiträge: 25
Registriert: 02 Nov 2010, 08:46

Re: TX-C and Java according to FAQ?

Beitrag von Janosch Kuffner » 18 Feb 2011, 19:52

Hello,

thank you for calling attention to this FAQ entry.

Unfortunately this information is not correct. We will change the FAQ as soon as possible.

The library for the PC programming of the ROBO TX Controller needs a Microsoft Windows operating system. The saples which are included in the software package have been created by using Microsoft tools like Microsoft Visual C++ or Microsoft Visual Studio.

Furthermor we expect that various problems will occur if you use the PC Programming package to create a Java programm for the ROBO TX Controller. Thus we don't recommend to use this software package for the creation of Java programms for the ROBO TX Controller.

Kind regards

Janosch Kuffner
fischertechnik-Team

vleeuwen
Beiträge: 1560
Registriert: 31 Okt 2010, 22:23
Wohnort: Enschede (NL)
Kontaktdaten:

Re: TX-C and Java according to FAQ?

Beitrag von vleeuwen » 18 Feb 2011, 20:07

In addition to Janosch.
Java knows a JNI (Java Native Interface) to close the gap between the Java virtual machine and the onderlaying real machine.
But this is time consuming. In fact Java is not created for this kind of interfacing.

At the otherhand, .NET perform as preparation on the program execution a compilation of the assembly code (CLI) to the underlaying machinecode. The code is addapting to the actual hardware situation.
This makes .NET powerful and faster as Java for hardware interfacing.
Zuletzt geändert von vleeuwen am 19 Feb 2011, 17:51, insgesamt 1-mal geändert.

Benutzeravatar
Defiant
Beiträge: 354
Registriert: 31 Okt 2010, 21:42
Wohnort: Narn Homeworld
Kontaktdaten:

Re: TX-C and Java according to FAQ?

Beitrag von Defiant » 20 Feb 2011, 11:08

"Propaganda does not deceive people; it merely helps them to deceive themselves."
E Hoffer

heiko
Beiträge: 256
Registriert: 28 Okt 2010, 17:10

Re: TX-C and Java according to FAQ?

Beitrag von heiko » 20 Feb 2011, 19:38

The library for the PC programming of the ROBO TX Controller needs a Microsoft Windows operating system.
ಠ_ಠ

Benutzeravatar
Dirk Haizmann ft
fischertechnik Mitarbeiter
Beiträge: 1126
Registriert: 09 Nov 2010, 08:48

Re: TX-C and Java according to FAQ?

Beitrag von Dirk Haizmann ft » 08 Mär 2011, 09:04

.. an another question answered.

ft

Gesperrt