You are not logged in.

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

1

Wednesday, September 23rd 2009, 9:27am

EXE description and company

the EXE compiled company is "Jabaco.com", which doesn't exsit...
also the description is "Jabaco Application"

could the compiler change it?

*** u dont have to do this Manuel
:D

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

2

Wednesday, September 23rd 2009, 8:34pm

Hi,
try resource editing tool like this.

Greetings

A1880

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

3

Sunday, September 27th 2009, 12:00pm

I'm getting this error: It says (running the EXE compiled) A newer edition of Java is required... ...
But i already have the lates edition
:D

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

4

Monday, September 28th 2009, 2:59pm

Hi,
I am not sure how a Jabaco executable finds the Java environment.
There are numerous possible ways. It could use the PATH environment variable, the JAVA_HOME environment variable or the Windows registry.

If you open a cmd.exe command box and execute "java -showversion", what do you get?

Source code

1
2
3
4
C:\xx 14:55 > java -showversion
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) Client VM (build 14.0-b16, mixed mode, sharing)


Greetings!

A1880

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

5

Wednesday, September 30th 2009, 3:25am

This:
java version "1.6.0_15"
Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
Java HotSpot(TM) Client VM (build 14.1-b02, mixed mode, sharing)
:D

A1880

Intermediate

  • "A1880" is male

Posts: 500

Date of registration: Jan 1st 2009

Location: Hanover, Germany

Occupation: Software Engineer

Hobbies: Hilbert Curves

  • Send private message

6

Wednesday, September 30th 2009, 11:48am

And what answer do you get in a cmd.exe box when entering "echo %JAVA_HOME%"?

A1880

klctal

Trainee

  • "klctal" is male
  • "klctal" started this thread

Posts: 70

Date of registration: Jul 13th 2009

Location: Shanghai

Hobbies: Developing software

  • Send private message

7

Thursday, October 1st 2009, 9:07am

got JAVA_HOME
:D

Faldegast

Beginner

Posts: 25

Date of registration: Oct 6th 2009

  • Send private message

8

Tuesday, October 6th 2009, 5:31pm

As this kind of data is supposed to be acessable from "App" we need a way to define it so that it can be accessed while running the application...
For example i usually take most of the stuff in the about box from "App"... While this is a minor problem it still have to be solved. Perhaps we should add a mandatory AppInfo module or class that defines data that the App class need?

Rate this thread
WoltLab Burning Board