In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Talk:HBCXMLGen"

From WiiBrew
Jump to navigation Jump to search
(→‎Source?: new section)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
==Finally Working!!!==
 +
Hi, all.
 +
 +
A very embarrassing error on my part meant that the app throughout its early life would not work on any machine other than my own, as I excluded some files from the distro upon which the app was dependant. To make it up to you, I've made a very slick little installer for Mac users which automatically puts the app somewhere appropriate on your machine and adds an alias. It also checks that JRE is installed.
 +
 +
¡Hasta pronto!
 +
--[[User:Pinecone|Pinecone]] 19:03, 3 November 2008 (UTC)
 +
 +
All of the issues below this line should now be resolved. Any new issues, please add them above this entry.
 +
 +
----
 +
 
== How does it works? ==
 
== How does it works? ==
 
When i run the file it says "could not find the main class. Program will now exit", what am i missing?--[[User:Bushe777|Bushe777]] 17:36, 31 October 2008 (UTC)
 
When i run the file it says "could not find the main class. Program will now exit", what am i missing?--[[User:Bushe777|Bushe777]] 17:36, 31 October 2008 (UTC)
Line 24: Line 36:
 
== Is this working for anyone? ==
 
== Is this working for anyone? ==
  
I just need to know if this is working for anyone at all. It works on my MacBook with Leopard and Java 6. If it isn't working for anyone, I will re-release.
+
I just need to know if this is working for anyone at all. It works on my MacBook with Leopard and Java 6. If it isn't working for anyone, I will re-release. --[[User:Pinecone|Pinecone]] 17:06, 3 November 2008 (UTC)
 +
 
 +
It works for me on windows XP SP3, I have java 6+ installed :) many thanx djdynamite123 03.11.08
 +
:Problem should now be fixed
 +
 
 +
== the error i get is: ==
 +
 
 +
http://img89.imageshack.us/img89/3231/javakh0.jpg
 +
 
 +
== Compiled version ==
 +
 
 +
Can anyone put up a compiled version for Linux?
 +
--[[User:Strongfan|-strongfan]] 20:30, 7 November 2008 (UTC)
 +
:Hi, Strongfan. Java should run on Linux. Please be more specific when you say 'compiled'. Java isn't compiled into machine code, just an intermediate 'byte-code' which is interpreted on-the-fly on a Virtual Machine. To run Java on Linux, you just need to install Java from the website: java.com.--[[User:Pinecone|Pinecone]] 21:09, 10 November 2008 (UTC)
 +
 
 +
== Source? ==
 +
 
 +
I know this isn't an issue, but I was wondering, is this app open source?
 +
[[User:Reap3r119|Reap3r119]] ([[User talk:Reap3r119|talk]]) 23:55, 26 February 2013 (CET)

Latest revision as of 00:55, 27 February 2013

Finally Working!!!

Hi, all.

A very embarrassing error on my part meant that the app throughout its early life would not work on any machine other than my own, as I excluded some files from the distro upon which the app was dependant. To make it up to you, I've made a very slick little installer for Mac users which automatically puts the app somewhere appropriate on your machine and adds an alias. It also checks that JRE is installed.

¡Hasta pronto! --Pinecone 19:03, 3 November 2008 (UTC)

All of the issues below this line should now be resolved. Any new issues, please add them above this entry.


How does it works?

When i run the file it says "could not find the main class. Program will now exit", what am i missing?--Bushe777 17:36, 31 October 2008 (UTC)

You probably didn't extract it first. --Bdr9 18:45, 31 October 2008 (UTC)

Me Too...
I did, I have it on my desktop extracted, my question is how do you run this java application?Just by clicking or along with other software?--Bushe777 05:29, 2 November 2008 (UTC)
Java can be run with the 'java' command (assuming it is installed). It is used as follows: "java <path>". Some machines will be set up to do this command automatically upon double clicking on the app's icon. Others won't. Also, I think at least java 6 is required to launch it. You can check your Java version as follows: "java -version". Mac users can change the Java version they're using by opening the "Java Preference" app located in the Utilities folder (I think). --Pinecone 21:23, 2 November 2008 (UTC)

Command.com java error message

Same error with a double click on it in Windows XP. Here is the error message with a MSDOS command :

Exception in thread "main" java.lang.NoClassDefFoundError: HBCXMLGen/jar
Caused by: java.lang.ClassNotFoundException: HBCXMLGen.jar
       at java.net.URLClassLoader$1.run(Unknown Source)
       at java.security.AccessController.doPrivileged(Native Method)
       at java.net.URLClassLoader.findClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
       at java.lang.ClassLoader.loadClass(Unknown Source)
       at java.lang.ClassLoader.loadClassInternal(Unknown Source)

OuahOuah 22:02, 2 November 2008 (UTC)

Check your Java version. Version 6 required. If problems persist, (and there's enough demand) I may release a more compatible version, but this should run on anything with version 6 installed. --Pinecone 22:25, 2 November 2008 (UTC)
Also, XP users can set up the ability to have double-click launch for .jar files by making .jar files open with "Java Virtual Machine" by default. (P.S: I just noticed someone changed the 'Don't Worry About It' licence to 'BSD'. I trust they are the same thing.....) --Pinecone 22:27, 2 November 2008 (UTC)
Same problem than above with last Java installed. OuahOuah 13:34, 3 November 2008 (UTC)

Is this working for anyone?

I just need to know if this is working for anyone at all. It works on my MacBook with Leopard and Java 6. If it isn't working for anyone, I will re-release. --Pinecone 17:06, 3 November 2008 (UTC)

It works for me on windows XP SP3, I have java 6+ installed :) many thanx djdynamite123 03.11.08

Problem should now be fixed

the error i get is:

http://img89.imageshack.us/img89/3231/javakh0.jpg

Compiled version

Can anyone put up a compiled version for Linux? ---strongfan 20:30, 7 November 2008 (UTC)

Hi, Strongfan. Java should run on Linux. Please be more specific when you say 'compiled'. Java isn't compiled into machine code, just an intermediate 'byte-code' which is interpreted on-the-fly on a Virtual Machine. To run Java on Linux, you just need to install Java from the website: java.com.--Pinecone 21:09, 10 November 2008 (UTC)

Source?

I know this isn't an issue, but I was wondering, is this app open source? Reap3r119 (talk) 23:55, 26 February 2013 (CET)