Jump to content

sxebombshell

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

sxebombshell's Achievements

Newbie

Newbie (1/14)

  1. the script above didn't work for me but the one below did: cd c:pandora start java -jar pandora.jar 8085 cd c:Program FilesMozilla Firefox start firefox http://www.pandora.com/ ping -n 8 127.0.0.1 start firefox http://localhost:8085 if anybody wants, i made the bat file for you guys, just download it & your all set but if you are curious to see whats in the file just open it with notepad & you'll see its the same code here: http://rapidshare.com/files/8670724/pandora_fix.bat.html Sorry, that specifies the version of java I used, and its location on my box. I have multiple installations, for running programs that require or seem to prefer varying versions. The important part was the last 2 lines anyway ;)
  2. see the other thread about the upgrade requirement. pj doesnt like flash 9. http://www.hak5.org/forums/viewtopic.php?t=4245
  3. Automating your method comes to mind first. I use a bat file to start up my jar anyway. just add a bit to it... cd c:pandora start "Program FilesJavajdk1.5.0_06binjava"-jar pandora.jar 8085 cd c:Program FilesMozilla Firefox start firefox http://www.pandora.com/ ping -n 8 127.0.0.1 start firefox http://localhost:8085
×
×
  • Create New...