| stringburka |
| Lord Manticore |
Does anyone know if PCGen will work on the Android operating system? My wife and I both have Android tablets now and since HeroLab isn't going to show any love for Ice Cream anytime soon, I'm looking for an alternative character creator that I can whip up on my tablet while I sit at work. I love HeroLab, but my boss might not be so sympathetic if there is a copy floating around on the corporate network. :)
| ruemere |
| 1 person marked this as a favorite. |
More specifically, can one force PCGen to use Java6 if it is installed (while keeping the installation of Java7 for minecraft?)
Yes, and it's very easy. You just need to type a few things.
Note however that latest beta should run under Java7 just fine.1. Go to the folder of your java6 installation, there find bin\javaw.exe. Copy the path, like this:
c:\Program Files\Java\jre6\bin\javaw.exe
2. Go to your pcGen installation folder. Find pcgen_low_mem.bat file there.
Make a copy of this file, for example:
pcgen_mine.bat
3. Edit the file. This is a plain text file, so just start your trusty Notepad and open the file. Inside the file change last line from:
java -Dswing.aatext=true -Xmx96m -jar pcgen.jar
to:
"c:\Program Files\Java\jre6\bin\javaw.exe" -Dswing.aatext=true -jar pcgen.jar
4. Save the file.
Note that I have changed file extension (just a cosmetic change), removed maximum memory limit (i.e. -Xmx96m switch). Also remember to add double quotes.
Regards,
Ruemere
| ruemere |
Does anyone know if PCGen will work on the Android operating system? My wife and I both have Android tablets now and since HeroLab isn't going to show any love for Ice Cream anytime soon, I'm looking for an alternative character creator that I can whip up on my tablet while I sit at work. I love HeroLab, but my boss might not be so sympathetic if there is a copy floating around on the corporate network. :)
No, it will not. Android is not Linux.
There were some ways around that but as far as I can tell they are no longer viable.
Regards,
Ruemere
| Papa-DRB |
What ruemere said....
PCGen pre 5.17.11(10?) only works with Java 1.6, aka Release 6.
PCGen after the above release works with Java 1.7.
I created a one line bat file (DRBPCGen.bat) that contained this:
"C:\Program Files\Java\jre6\bin\java.exe" -jar -Xms256m -Xmx1024m pcgen.jar
wanted a minimum and maximum size.
-- david
Papa.DRB
| Nylanfs |
I love HeroLab, but my boss might not be so sympathetic if there is a copy floating around on the corporate network. :)
Heya Lord, IF you have java on your work system just download the zip file distribution and unzip that oneo a flash drive. Then it's completely portable between computers :)
That said AFAIK PCGen doesn't run on Android, I remember some people saying that they were trying to get it working, but they haven't reported back. And I don't think we have any Android developers in the code team that I'm aware of.
| stringburka |
to:
"c:\Program Files\Java\jre6\bin\javaw.exe" -Dswing.aatext=true -jar pcgen.jar
Did this (and we have the same file locations, double and triple checked) and it still wouldn't start. When running the bat outside CMD it just blinked away and when in CMD it gave a "could not find or load main class" error.
Downloaded the beta instead, AND IT WORKS! Thanks a lot!