Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
22089b32
Commit
22089b32
authored
Jun 07, 2006
by
Filippo Carone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suggest to check/set JAVA_HOME if compilation fails
parent
973a35aa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
2 deletions
+26
-2
bindings/java/FAQ
bindings/java/FAQ
+13
-1
bindings/java/README
bindings/java/README
+5
-1
bindings/java/THANKS
bindings/java/THANKS
+8
-0
No files found.
bindings/java/FAQ
View file @
22089b32
...
...
@@ -33,4 +33,16 @@ is really straightforward and simple to use.
Try the software and report any errors or bugs you find to me. This application
needs porting to MS/Windows and MacOS, if you are able to implement the JNI for
these platforms you may contribute the code.
\ No newline at end of file
these platforms you may contribute the code.
== 6. I have a compile error, what's the problem? ==
Did you set the JAVA_HOME environment variable? If not, do:
export JAVA_HOME=/path/to/jvm
For example I added to my .bashrc:
export JAVA_HOME=/usr/lib/j2sdk1.5-sun
bindings/java/README
View file @
22089b32
...
...
@@ -11,9 +11,13 @@ recommend you to take the latest version from videolan svn repository
svn co svn://svn.videolan.org/vlc/trunk vlc-trunk
bootstrap, clean
and configure
:
bootstrap, clean
, set environment variables, configure and build
:
./bootstrap && make distclean
export JAVA_HOME=/path/to/jvm
(for example i have JAVA_HOME=/usr/lib/j2sdk1.5-sun)
./configure --enable-java-bindings && make && make install
If you give a prefix be sure to change the PREFIX variable in the Makefile
...
...
bindings/java/THANKS
0 → 100644
View file @
22089b32
Thanks to:
* Kuldipsingh Pabla
for solaris port and various contributions to the native interface.
* Tvrtko Bedekovic
for initial win32 port
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment