EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Featured Projects > ProfitUI

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 09-19-2007, 11:41 PM
Escaav Escaav is offline
A Young Mystail Rat
 
Join Date: Jan 2007
Server: Kithicor
Posts: 5
Default Profit UI UPDATER

I have Java 1.6. I click the file. Nothing happens. It says the service is no longer available. Any ideas?
Reply With Quote
  #2  
Unread 09-20-2007, 12:37 AM
GeForceTony GeForceTony is offline
A Forest Scavenger
 
Join Date: Dec 2005
Server: Mistmoore
Posts: 17
Default

I too get an error:

"Could not find the main class. Program will exit."

I've tried it with both Java 1.5.0.12 and Java 1.6.0.2, same thing on both.



I had this error come up once in a Java program I did back in High School (with Java 1.4) and it turned out to be a typo with the main class' naming and what it was being called as.
__________________
Proud member of <Essence of Evil> (Mistmoore)


Fenuxx Reign - 70 Templar (MISTMOORE)
Salazzar Slytherine - 46 Shadowknight (MISTMOORE)
Fenixx Reigns - 20 Fury (MISTMOORE)
Faytalis Thunderstriker - 18 Necromancer (MISTMOORE)

Tulenroh Soulreaper - 25 Shadowknight (NAGAFEN)
Reply With Quote
  #3  
Unread 09-20-2007, 01:12 AM
gerlinde gerlinde is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 3
Default

I too am unable to get it to run.

I get the following message:
Could not find the main class. Program will exit.

Last edited by gerlinde : 09-20-2007 at 01:20 AM.
Reply With Quote
  #4  
Unread 09-20-2007, 02:49 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

Quote:
I had this error come up once in a Java program I did back in High School (with Java 1.4) and it turned out to be a typo with the main class' naming and what it was being called as.
Quote:
Originally Posted by gerlinde View Post
Could not find the main class. Program will exit.
Not able to reproduce that yet. The manifest file and class naming are correct (since they get generated automatically anyways :P).
Please try to run it from command line: java -jar Updater.jar
Are you using Windows or another OS for updating?
Reply With Quote
  #5  
Unread 09-20-2007, 03:13 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by gerlinde View Post
Could not find the main class. Program will exit.
This happens if your system has an old java version. Please download the latest Java version first.

-> Installation instructions for the auto-updater.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #6  
Unread 09-20-2007, 03:26 AM
GeForceTony GeForceTony is offline
A Forest Scavenger
 
Join Date: Dec 2005
Server: Mistmoore
Posts: 17
Default

OK, tried it via the command prompt, and this is what I get:

Code:
C:\Temp>java -jar Updater.jar
Exception in thread "main" java.lang.UnsupportedClassVersionError: Bad version 
number in .class file
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(Unknown Source)
        at java.security.SecureClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.defineClass(Unknown Source)
        at java.net.URLClassLoader.access$100(Unknown Source)
        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)

This is using either Java 1.5.0.12 or Java 1.6.0.2 (the latter is the latest version available from Sun)

Also happens in either Windows XP or Windows Vista, and on 3 different computers, (my 2 and my friends, at a different location). I also made sure that port 88 is open and available, and it is.
__________________
Proud member of <Essence of Evil> (Mistmoore)


Fenuxx Reign - 70 Templar (MISTMOORE)
Salazzar Slytherine - 46 Shadowknight (MISTMOORE)
Fenixx Reigns - 20 Fury (MISTMOORE)
Faytalis Thunderstriker - 18 Necromancer (MISTMOORE)

Tulenroh Soulreaper - 25 Shadowknight (NAGAFEN)
Reply With Quote
  #7  
Unread 09-20-2007, 03:40 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

That means your java version is not able to understand the bytecode. This usually happens if the program is compiled against a newer version of java than you are trying to use it with.

I know I get annoying with this, but please check your java version again by using java -version at command line. The current version is 1.6.0.2 Build 6. The updater got compiled against Build 5.
Reply With Quote
  #8  
Unread 09-20-2007, 03:44 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

If you have the latest version you should see the following:

Quote:
java version "1.6.0_02"
Java(TM) SE Runtime Environment (build 1.6.0_02-b06)
Java HotSpot(TM) Client VM (build 1.6.0_02-b06, mixed mode, sharing)
Downloading the latest version is a good idea in any case since it contains security updates over previous versions you might have.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.

Last edited by gm9 : 09-20-2007 at 03:49 AM. Reason: added info on security updates
Reply With Quote
  #9  
Unread 09-20-2007, 07:52 AM
gerlinde gerlinde is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 3
Default

Quote:
Originally Posted by gm9 View Post
This happens if your system has an old java version. Please download the latest Java version first.

-> Installation instructions for the auto-updater.

Yes, this appears to have been the issue. It's running now. Thanks!
Reply With Quote
  #10  
Unread 09-20-2007, 02:45 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

Quote:
Originally Posted by Escaav View Post
I have Java 1.6. I click the file. Nothing happens. It says the service is no longer available. Any ideas?
Please check if your firewall blocks outgoing connections on Port 88. Or just try again. Maybe the webserver was changing logfiles and skipped some requests.
Reply With Quote
  #11  
Unread 09-20-2007, 11:07 PM
Visuo's Avatar
Visuo Visuo is offline
A Crazed Gnoll
 
Join Date: Mar 2005
Server: Antonia Bayle
Posts: 23
Default Feature for updater

IS there a way to add/remove files to the ignore list?
I use the defualt eq2ui_mainhud_maintained over the profit version becuase i dont want or need to see the text/timers next to my spells as i know what they all are. Thus I would like a way to not have that file overwritten all the time.....thanks
Reply With Quote
  #12  
Unread 09-21-2007, 03:38 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

Check the FAQ on that:

How to exclude files from being overwritten?

Please note the part about 'preserved settings' is not valid anymore.
Reply With Quote
  #13  
Unread 09-21-2007, 07:44 AM
Vanyari's Avatar
Vanyari Vanyari is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 122
Default

The folder issue was the problem I was having. I re-extracted and this time made sure it kept the sub-folders intact and after that it worked like a champ. Thanks for all your work on this Kaldran!
__________________
Korsh Hammerfell
Lvl 70 Troll Bruiser / 28 Woodworker
Vanyari Mistspeaker
Lvl 65 Mystic / 20 Tailor
Nahlis Muarr'Shef
Lvl 70 Brigand / 61 Jeweler


...honor is a harder master than the law. It cannot compromise for less than 100 cents on the dollar and its debts never outlaw.
- Mark Twain, a Biography
Reply With Quote
  #14  
Unread 09-21-2007, 10:24 AM
Denuve's Avatar
Denuve Denuve is offline
A Grove Wisp
 
Join Date: Jan 2005
Server: Mistmoore
Posts: 27
Default

Application files not found or broken. Please reinstall this updater!


The files are in their folders as directed.

\My Documents\Downloads\ProfitUI_Reborn_Updater
config folder
lib folder
updater jar file
license file
readme file

What am I doing wrong? The new java is installed as well.
Reply With Quote
  #15  
Unread 09-21-2007, 10:48 AM
Kaldran Kaldran is offline
A Griffon
 
Join Date: Nov 2004
Server: Valor
Posts: 358
Default

Make sure you actually have the correct files in that subfolders I mentioned earlier in this thread.
Reply With Quote
  #16  
Unread 09-23-2007, 03:06 PM
Aeromier Aeromier is offline
A Griffawn
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 73
Default Kudos

Great job on the Auto-Updater....mine works great. Great job on the UI too
Reply With Quote
  #17  
Unread 09-24-2007, 06:05 AM
v3l0ct's Avatar
v3l0ct v3l0ct is offline
A Brown Bear
 
Join Date: Nov 2006
Server: Butcherblock
Posts: 13
Default Autoupdater works but...

I just ran it this morning and it updated to the newer version. It overwrote files that appear in the "files to ignore" section. I have a couple of suggestions:

1. Allow user to select files to ignore (and properly ignore those)
2. Instead of launching EQ2 directly, maybe have the choice to launch EQ2Maps.
Reply With Quote
  #18  
Unread 09-27-2007, 08:24 AM
jonathn2875 jonathn2875 is offline
A Weald Wolf
 
Join Date: Dec 2004
Server: Venekor
Posts: 81
Default

Anyway to have the updater read the eq2.ini file before check for files to update? I have two folders for my profitui one with a healer setup with differant mods and the one for my other toons.

The updater only wants to install in to /profitui folder and unless I am blind I can not see anywhere to change this path to point to other folders.
Reply With Quote
  #19  
Unread 09-27-2007, 08:53 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Sorry, the updater does not support that and it will not be added.

One of many reasons is that ProfitUI does require certain files to be in a folder named \ProfitUI, so we will not support installing in another folder.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #20  
Unread 09-22-2007, 04:41 AM
Dechau's Avatar
Dechau Dechau is offline
A Griffon
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 151
Default

Would it be possible to put an icon on my desktop for this auto updater ?
I got it to work finally, but now I have to go and do the: run > cdm >> Ect ect. process every time I want to run this ?

Anyone got an idea on how to make it a little more easy for me ?
Reply With Quote
  #21  
Unread 09-22-2007, 05:16 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Does just linking the .jar file not work for you?

Once Kaldran gets back tomorrow we will have to release a revised version of the updater anyway and I will include a shortcut that you can copy on your desktop.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #22  
Unread 09-22-2007, 07:46 AM
jonathn2875 jonathn2875 is offline
A Weald Wolf
 
Join Date: Dec 2004
Server: Venekor
Posts: 81
Default

I really like the idea of this, but my big issues is it doesnt have the ability to deselect files you do not want updated. Other then that looks pretty nice.\

Heheh on a side note, it would be awesome for us Vista users to turn this in to a sidebar gadget that informs us when new updates are posted

Last edited by jonathn2875 : 09-22-2007 at 07:57 AM.
Reply With Quote
  #23  
Unread 09-22-2007, 08:36 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by jonathn2875 View Post
I really like the idea of this, but my big issues is it doesnt have the ability to deselect files you do not want updated.
But it does, please check the FAQ.
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote
  #24  
Unread 09-22-2007, 10:57 PM
Misb Misb is offline
A Young Mystail Rat
 
Join Date: Dec 2006
Server: Antonia Bayle
Posts: 7
Default still no luck

I've tried everything on the desktop to get the program to work. I've downloaded the file and tried (deleted and started again in the main HD)
I run a partitioned drive with windows in the main and EQ in the 2nd drive. I've tried to put the updated in both drives I'm runnign the current version of Java and get told nope~
Get told update service is not available at present! Please try again later. I've even went so far as to uninstall java and reinstall! It works on the laptop but not on the desktop!
Reply With Quote
  #25  
Unread 09-23-2007, 03:09 AM
Dechau's Avatar
Dechau Dechau is offline
A Griffon
 
Join Date: Apr 2005
Server: Splitpaw
Posts: 151
Default

Quote:
Originally Posted by gm9 View Post
Does just linking the .jar file not work for you?
No, sadly..
The only way I can get this to run is by opening a command prompt (Or what ever the name is ) and type the address in it, but then it sure works like a charm

And I would like to add that, even thou its annoying to do it every time, it still saves me time to upgrade, a nice add 10/10 from me for sure.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:39 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI