pravenlucky / premotedroid

Automatically exported from code.google.com/p/premotedroid
1 stars 1 forks source link

Fedora 14 Error #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
>>What steps will reproduce the problem?

1. Double click PRemoteDroid-Server.jar
2. # java ./PRemoteDroid-Server.jar
3. # su -c 'java ./PRemoteDroid-Server.jar'

>>What is the expected output? What do you see instead?

I expect the server to launch as it does on windows, instead i either get 
nothing or errors caused by exceptions in thread main

>>What version of the product are you using? On what operating system?

Couldn't tell you the version of the product, but i downloaded it today (Nov 
16th 2010) and the version of java is:
java version "1.6.0_20"
OpenJDK Runtime Environment (IcedTea6 1.9.1) (fedora-44.1.9.1.fc14-i386)
OpenJDK Server VM (build 19.0-b06, mixed mode)

>>Please provide any additional information below.

I was able to get it to run flawlessly with windows. I feel like this is an 
amazing program, but documentation is lacking. I have a feeling my issue is a 
dependency or version one, but am unable to find any sort of req specs.

Original issue reported on code.google.com by 7ro...@gmail.com on 16 Nov 2010 at 9:15

GoogleCodeExporter commented 9 years ago
Try with:
$ java -classpath bluecove-2.1.0.jar -classpath bluecove-gpl-2.1.0.jar -jar 
PRemoteDroid-Server.jar

If you want to use the bluetooth connection you should also install the package 
libbluetooth-dev

Original comment by riul88@gmail.com on 26 Aug 2012 at 3:47