• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Problems in InstallAnyWhere. Want help with people experienced in this softwhere

 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I build an install program by InstallAnyWhere, it outputs two version: VM and NoVM.
The NoVM version works fine on my machine, but the VM version seems have some problems in executing the program:
1: It throw an NoSuchFieldException in the following line:
statusField.setForeground(Color.RED);
It seems can't recognize 'Color.RED'
2: It does not function correctly. I use some class from java.net package, and these function was not performed.
I guess that was the problem of the JRE provided by the InstallAnyWhere.
Who can give me a solution ?
 
This parrot is no more. It has ceased to be. Now it's a tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic